diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-03 10:10:09 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-12-03 10:59:44 +0100 |
commit | 15198214ef081e1d59d4f0e13ad9ef6c6463885d (patch) | |
tree | a012cd1824b64a43611680cd608131b0f4329558 /editor/app.hpp | |
parent | 65ce220d95c50b0006ab4282604ea782cc4d0e90 (diff) |
editor: prepare for making a screencast
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index a2d036e4..776b0fcf 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -91,6 +91,7 @@ private: void do_quicksave(); void do_quickload(); + void do_new_file(); void draw_editor_pane(float main_menu_height); void draw_editor_tile_pane_atlas(tile_editor& ed, StringView name, const std::shared_ptr<tile_atlas>& atlas); |