mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-12 20:17:49 +00:00
Make it possible to compile with WITH_DEBUG_CHEATS again.
svn-id: r14817
This commit is contained in:
parent
3e75807fa8
commit
e023ba7a81
@ -76,6 +76,10 @@ extern bool draw_keyboard;
|
||||
|
||||
#undef WITH_DEBUG_CHEATS
|
||||
|
||||
#ifdef WITH_DEBUG_CHEATS
|
||||
#include "sky/grid.h"
|
||||
#endif
|
||||
|
||||
static const GameSettings skySetting =
|
||||
{"sky", "Beneath a Steel Sky", 0 };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user