Merge pull request #681 from GriffinRichards/in-game-reload-message

Add in-game reload message
This commit is contained in:
GriffinR
2025-02-25 00:02:15 -05:00
committed by GitHub
8 changed files with 74 additions and 42 deletions

View File

@@ -175,6 +175,7 @@ private slots:
void on_action_Reload_Project_triggered();
void on_action_Close_Project_triggered();
void on_action_Save_Project_triggered();
void save(bool currentOnly = false);
void openWarpMap(QString map_name, int event_id, Event::Group event_group);