22 #ifndef SCUMM_MACGUI_MACGUI_H 23 #define SCUMM_MACGUI_MACGUI_H 25 #include "common/events.h" 26 #include "common/str.h" 49 int getNumColors()
const;
53 void update(
int delta);
54 void updateWindowManager();
56 void resetAfterLoad();
59 void setupCursor(
int &width,
int &height,
int &hotspotX,
int &hotspotY,
int &animate);
61 void setPaletteDirty();
65 void drawBanner(
char *message);
69 bool runRestartDialog();
72 bool isVerbGuiActive()
const;
76 void initTextAreaForActor(
Actor *a, byte color);
77 void printCharToTextArea(
int chr,
int x,
int y,
int color);
80 void runDraftsInventory();
Definition: macgui_impl.h:55
Definition: formatinfo.h:28