Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

D:/Programming/GUI Editor (Source)/Config.h

00001 // Define this if you want to use DirectX 00002 // #define DIRECTX 1 00003 // Define this if you want to use OpenGL 00004 #define OPENGL 00005 // #define DIRECT_INPUT 00006 00007 #ifdef DIRECT_INPUT 00008 00009 #define DIRECTINPUT_VERSION 0x0800 00010 00011 #include <basetsd.h> 00012 #include <dinput.h> 00013 00014 #pragma comment (lib, "DXGUID.lib") 00015 #pragma comment (lib, "DXErr9.lib") 00016 #pragma comment (lib, "DInput8.lib") 00017 #endif 00018 00019 #ifdef OPENGL 00020 #ifdef _WIN32 00021 #include <windows.h> 00022 #endif 00023 00024 #include <GL\GL.h> 00025 #include <GL\GLu.h> 00026 #include <GL\GLaux.h> 00027 00028 #pragma comment (lib, "OpenGL32.lib") 00029 #pragma comment (lib, "GLU32.lib") 00030 00031 #endif

Generated on Sun Jul 17 21:34:26 2005 for OpenGL GUI by doxygen 1.3.8