aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/menu.h')
-rw-r--r--engines/sci/graphics/menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/graphics/menu.h b/engines/sci/graphics/menu.h
index 590c40e2e4..27d8f2b798 100644
--- a/engines/sci/graphics/menu.h
+++ b/engines/sci/graphics/menu.h
@@ -76,10 +76,10 @@ struct GuiMenuItemEntry {
};
typedef Common::List<GuiMenuItemEntry *> GuiMenuItemList;
-class SciGuiMenu {
+class Menu {
public:
- SciGuiMenu(SciEvent *event, SegManager *segMan, Gfx *gfx, Text *text, Screen *screen, Cursor *cursor);
- ~SciGuiMenu();
+ Menu(SciEvent *event, SegManager *segMan, Gfx *gfx, Text *text, Screen *screen, Cursor *cursor);
+ ~Menu();
void reset();
void add(Common::String title, Common::String content, reg_t contentVmPtr);