openclonk/src/C4Include.cpp

23 lines
816 B
C++
Raw Normal View History

2009-10-20 03:39:24 +00:00
/*
* 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.
*/
2009-05-08 13:28:41 +00:00
// 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.
2009-05-08 13:28:41 +00:00
#include "C4Include.h"