openclonk/src/C4Include.cpp

21 lines
695 B
C++

/*
* OpenClonk, http://www.openclonk.org
*
* Copyright (c) 2009-2016, The OpenClonk Team and contributors
*
* Distributed under the terms of the ISC license; see accompanying file
* "COPYING" for details.
*
* "Clonk" is a registered trademark of Matthes Bender, used with permission.
* See accompanying file "TRADEMARK" for details.
*
* To redistribute this file separately, substitute the full license texts
* for the above references.
*/
// 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"