Now have hotkeys to test the different start/end conditions.

This commit is contained in:
Zed A. Shaw 2026-04-02 23:23:57 -04:00
parent 17f05e7093
commit 279faf6dd5
3 changed files with 29 additions and 16 deletions

View file

@ -80,5 +80,7 @@ namespace gui {
void take_screenshot();
void show_scene(const std::string& name);
void close_scene();
void player_died();
void player_won();
};
}