diff options
Diffstat (limited to 'saga/interface.h')
-rw-r--r-- | saga/interface.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/saga/interface.h b/saga/interface.h index b8f1945135..33dbcfb5a8 100644 --- a/saga/interface.h +++ b/saga/interface.h @@ -70,7 +70,7 @@ enum PanelModes { kPanelPlacard, kPanelMap, kPanelSceneSubstitute, - kPanelUnknown + kPanelChapterSelection // kPanelInventory }; @@ -313,6 +313,9 @@ private: void handleSaveUpdate(const Point& mousePoint); // save panel update void handleSaveClick(const Point& mousePoint); // save panel click + void handleChapterSelectionUpdate(const Point& mousePoint); + void handleChapterSelectionClick(const Point& mousePoint); + void mapPanelShow(); void mapPanelClean(); |