27 #ifndef MORTEVIELLE_MENU_H 28 #define MORTEVIELLE_MENU_H 30 #include "common/rect.h" 31 #include "common/str.h" 34 class MortevielleEngine;
37 MENU_NONE = 0, MENU_INVENTORY = 1, MENU_MOVE = 2, MENU_ACTION = 3,
38 MENU_SELF = 4, MENU_DISCUSS = 5, MENU_FILE = 6, MENU_SAVE = 7,
42 const int OPCODE_NONE = 0;
58 void invert(
int indx);
59 void menuDown(
int ii);
107 void setDestinationText(
int roomId);
108 void setInventoryText();
109 void disableMenuItem(
MenuItem item);
113 void menuUp(
int msgId);
118 void setSearchMenu();
119 void unsetSearchMenu();
Definition: debugger.h:28
Definition: mortevielle.h:156