22 #ifndef LILLIPUT_CONSOLE_H 23 #define LILLIPUT_CONSOLE_H 25 #include "gui/debugger.h" 38 bool Cmd_listScreens(
int argc,
const char **argv);
39 bool Cmd_listObjects(
int argc,
const char **argv);
40 bool Cmd_getObject(
int argc,
const char **argv);
41 bool Cmd_getAllObjects(
int argc,
const char **argv);
42 bool Cmd_gotoScreen(
int argc,
const char **argv);
43 bool Cmd_boundaries(
int argc,
const char **argv);
Definition: debugger.h:41
Definition: lilliput.h:83