Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

precomp.h

Go to the documentation of this file.
00001 /*
00002         $Id: precomp.h,v 1.6 2000/10/23 12:28:01 sphair Exp $
00003 
00004         ------------------------------------------------------------------------
00005         ClanLib, the platform independent game SDK.
00006 
00007         This library is distributed under the GNU LIBRARY GENERAL PUBLIC LICENSE
00008         version 2. See COPYING for details.
00009 
00010         For a total list of contributers see CREDITS.
00011 
00012         ------------------------------------------------------------------------
00013 */
00014 
00015 #ifndef header_precomp
00016 #define header_precomp
00017 
00018 #ifdef WIN32
00019 #pragma warning (disable:4786)
00020 #include <windows.h>
00021 #include <process.h>
00022 #include <ddraw.h>
00023 #include <d3d.h>
00024 #include <dinput.h>
00025 #include <dsound.h>
00026 #include <stdlib.h>
00027 #include <math.h>
00028 #include <iostream>
00029 #include <conio.h>
00030 #endif
00031 
00032 //#include "API/stl.h"
00033 #include "API/signals.h"
00034 #include "API/Core/System/error.h"
00035 
00036 #ifdef WIN32
00037 #define BREAKPOINT
00038 #else
00039 #define BREAKPOINT asm("int $03");
00040 #endif
00041 
00042 #endif

Generated at Wed Apr 4 19:54:02 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001