summaryrefslogtreecommitdiff
path: root/src/mmo/core.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/core.hpp')
-rw-r--r--src/mmo/core.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/core.hpp b/src/mmo/core.hpp
index 5b2dbbb..259dd90 100644
--- a/src/mmo/core.hpp
+++ b/src/mmo/core.hpp
@@ -43,3 +43,7 @@ extern int do_init(Slice<ZString>);
/// or when if we manage to exit() gracefully.
extern void term_func(void);
} // namespace tmwa
+
+/// grumble grumble stupid intertwined includes mumble mumble
+__attribute__((warn_unused_result))
+extern int tmwa_main(int argc, char **argv);