mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-11 19:54:03 +00:00
Use #if USE_CONSOLE instead of #ifdef USE_CONSOLE since that's how we do
everywhere else svn-id: r10981
This commit is contained in:
parent
4b52223eb8
commit
b2ea1994bb
@ -104,7 +104,7 @@ protected:
|
||||
void printBox(int box);
|
||||
void drawBox(int box);
|
||||
|
||||
#ifdef USE_CONSOLE
|
||||
#if USE_CONSOLE
|
||||
static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
|
||||
static bool debuggerCompletionCallback(ConsoleDialog *console, const char *input, char*& completion, void *refCon);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user