aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/debugger.h')
-rw-r--r--engines/kyra/debugger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h
index 16b1e42a58..41e3ba2c32 100644
--- a/engines/kyra/debugger.h
+++ b/engines/kyra/debugger.h
@@ -58,6 +58,7 @@ protected:
bool cmd_listTimers(int argc, const char **argv);
bool cmd_setTimerCountdown(int argc, const char **argv);
bool cmd_giveItem(int argc, const char **argv);
+ bool cmd_listBirthstones(int argc, const char **argv);
};
} // End of namespace Kyra