openclonk/src/C4Include.cpp

23 lines
816 B
C++

/*
* OpenClonk, http://www.openclonk.org
*
* Copyright (C) 2009 The OpenClonk Project
*
* Portions might be copyrighted by other authors who have contributed
* to OpenClonk.
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
* See isc_license.txt for full license and disclaimer.
*
* "Clonk" is a registered trademark of Matthes Bender.
* See clonk_trademark_license.txt for full license.
*/
// Never put anything else in this file: MSVC will pretend
// that it was included from C4Include.h, but other compilers
// won't. So to make MSVC's see the truth, C4Include.h must
// be the only header included here.
#include "C4Include.h"