diff options
Diffstat (limited to 'engines/mohawk/console.h')
-rw-r--r-- | engines/mohawk/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mohawk/console.h b/engines/mohawk/console.h index 7d94bf576f..88db580ca8 100644 --- a/engines/mohawk/console.h +++ b/engines/mohawk/console.h @@ -89,6 +89,7 @@ private: bool Cmd_GetRMAP(int argc, const char **argv); bool Cmd_Combos(int argc, const char **argv); bool Cmd_SliderState(int argc, const char **argv); + bool Cmd_QuickTest(int argc, const char **argv); }; #endif |