phasing out SDL_keysym.h

This commit is contained in:
Glenn Maynard
2004-06-16 20:26:45 +00:00
parent 97b803c102
commit 98ecd82db5
7 changed files with 573 additions and 37 deletions
+2 -2
View File
@@ -1,4 +1,5 @@
#include "global.h"
#define COMPAT_KEYSYMS
#include "GameManager.h"
#include "PrefsManager.h"
#include "GameConstantsAndTypes.h"
@@ -8,11 +9,10 @@
#include "RageLog.h"
#include "RageUtil.h"
#include "NoteSkinManager.h"
#include "SDL_keysym.h" // for SDLKeys
#include "RageInputDevice.h"
#include "ThemeManager.h"
#include "LightsManager.h" // for NUM_CABINET_LIGHTS
GameManager* GAMEMAN = NULL; // global and accessable from anywhere in our program