bsp
|
00001 #ifndef _BSPPCH_H_ 00002 #define _BSPPCH_H_ 00003 00004 #pragma warning( disable: 6211 ) //leaking memory due to an exception 00005 00006 // Main precompiled header file for BSP 00007 #define _WIN32_IE 0x0500 00008 #define _WIN32_WINNT 0x0500 00009 #define _USE_MATH_DEFINES 00010 00011 #include <stdio.h> 00012 #include <stdlib.h> 00013 #include <stdarg.h> 00014 #include <math.h> 00015 #undef M_PI // we want floats 00016 #define M_PI 3.14159265358979323846f 00017 #include <fcntl.h> 00018 #include <io.h> 00019 #include <time.h> 00020 00021 #include <windows.h> 00022 #include <commctrl.h> 00023 #include <GL\gl.h> //"\bc5\bsp\gl.h" 00024 #include <GL\glu.h> 00025 00026 #endif //_BSPPCH_H_