OpenClonk
C4Include.cpp
Go to the documentation of this file.
1 /*
2  * OpenClonk, http://www.openclonk.org
3  *
4  * Copyright (c) 2009-2016, The OpenClonk Team and contributors
5  *
6  * Distributed under the terms of the ISC license; see accompanying file
7  * "COPYING" for details.
8  *
9  * "Clonk" is a registered trademark of Matthes Bender, used with permission.
10  * See accompanying file "TRADEMARK" for details.
11  *
12  * To redistribute this file separately, substitute the full license texts
13  * for the above references.
14  */
15 
16 // Never put anything else in this file: MSVC will pretend
17 // that it was included from C4Include.h, but other compilers
18 // won't. So to make MSVC's see the truth, C4Include.h must
19 // be the only header included here.
20 #include "C4Include.h"