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 99e41c8..e9ffab6 100644
--- a/src/mmo/core.hpp
+++ b/src/mmo/core.hpp
@@ -27,6 +27,9 @@
# include "../strings/fwd.hpp"
+
+namespace tmwa
+{
/// core.c contains a server-independent main() function
/// and then runs a do_sendrecv loop
@@ -40,5 +43,6 @@ extern int do_init(Slice<ZString>);
/// Cleanup function called whenever a signal kills us
/// or when if we manage to exit() gracefully.
extern void term_func(void);
+} // namespace tmwa
#endif // TMWA_MMO_CORE_HPP