mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
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:
@@ -3,6 +3,7 @@
|
||||
#include "precompiled.h"
|
||||
#include <map>
|
||||
#include "CStr.h"
|
||||
#include "lib/sdl.h"
|
||||
|
||||
static std::map<CStr,int> keymap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user