more header tweaks

This commit is contained in:
Glenn Maynard
2002-09-07 20:22:19 +00:00
parent 2a4f8d6cdf
commit 859c41a829
+2
View File
@@ -15,7 +15,9 @@
#include "GameConstantsAndTypes.h" #include "GameConstantsAndTypes.h"
#include "GameState.h" #include "GameState.h"
#include "GameInput.h" // for GameButton constants #include "GameInput.h" // for GameButton constants
#ifndef DIRECTINPUT_VERSION
#define DIRECTINPUT_VERSION 0x0800 #define DIRECTINPUT_VERSION 0x0800
#endif
#include <dinput.h> // for DIK_* key codes #include <dinput.h> // for DIK_* key codes
GameManager* GAMEMAN = NULL; // global and accessable from anywhere in our program GameManager* GAMEMAN = NULL; // global and accessable from anywhere in our program