summaryrefslogtreecommitdiff
path: root/main/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.h')
-rw-r--r--main/main.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/main/main.h b/main/main.h
index bd56e21d94..23a19dddec 100644
--- a/main/main.h
+++ b/main/main.h
@@ -49,13 +49,16 @@ class Main {
static bool force_redraw_requested;
public:
+ static bool is_project_manager();
+
static Error setup(const char *execpath, int argc, char *argv[], bool p_second_phase = true);
static Error setup2(Thread::ID p_main_tid_override = 0);
static bool start();
+
static bool iteration();
- static void cleanup();
static void force_redraw();
- static bool is_project_manager();
+
+ static void cleanup();
};
-#endif
+#endif // MAIN_H