16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 22:09:19 +02:00
This commit is contained in:
milek7
2019-07-02 01:00:42 +02:00
parent 684ff24087
commit d039207b03
18 changed files with 529 additions and 111 deletions

View File

@@ -19,7 +19,7 @@ class eu07_application {
public:
// types
enum mode {
// launcher = 0,
launcher = 0,
scenarioloader,
driver,
editor,
@@ -45,6 +45,8 @@ public:
exit();
void
render_ui();
void
begin_ui_frame();
// switches application to specified mode
bool
pop_mode();