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
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ protected:
|
||||||
void printBox(int box);
|
void printBox(int box);
|
||||||
void drawBox(int box);
|
void drawBox(int box);
|
||||||
|
|
||||||
#ifdef USE_CONSOLE
|
#if USE_CONSOLE
|
||||||
static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
|
static bool debuggerInputCallback(ConsoleDialog *console, const char *input, void *refCon);
|
||||||
static bool debuggerCompletionCallback(ConsoleDialog *console, const char *input, char*& completion, void *refCon);
|
static bool debuggerCompletionCallback(ConsoleDialog *console, const char *input, char*& completion, void *refCon);
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue