include SDL or lib/input.h where needed (since lib.h no longer pulls it in)

input.h now includes SDL (no more macro hackery to avoid the dependency)

This was SVN commit r1837.
This commit is contained in:
janwas
2005-01-27 15:31:06 +00:00
parent f6c95b259d
commit faff797cd6
6 changed files with 14 additions and 13 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "precompiled.h"
#include <map>
#include "CStr.h"
#include "lib/sdl.h"
static std::map<CStr,int> keymap;