/* * OpenClonk, http://www.openclonk.org * * Copyright (c) 1998-2000, 2007 Matthes Bender * Copyright (c) 2005 Tobias Zwick * Copyright (c) 2005, 2008 Sven Eberhardt * Copyright (c) 2005-2006 Günther Brammer * Copyright (c) 2001-2009, RedWolf Design GmbH, http://www.clonk.de * * 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. */ /* Main header to include all others */ #ifndef INC_C4Include #define INC_C4Include #include "Standard.h" #include "Fixed.h" #include "StdBuf.h" #include "StdFile.h" #include "StdResStr2.h" #include "C4Prototypes.h" #include "C4PlayerControl.h" #ifdef DEBUGREC #define DEBUGREC_SCRIPT #define DEBUGREC_START_FRAME 0 #define DEBUGREC_PXS #define DEBUGREC_OBJCOM #define DEBUGREC_MATSCAN //#define DEBUGREC_RECRUITMENT #define DEBUGREC_MENU #define DEBUGREC_OCF #endif // solidmask debugging //#define SOLIDMASK_DEBUG #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #endif // INC_C4Include