From 2f4fc005937e75d931eb6ef87a3fe16364d45113 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Thu, 26 Jun 2014 21:59:27 -0700 Subject: Stick everything in a namespace --- src/map/clif.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/clif.cpp') diff --git a/src/map/clif.cpp b/src/map/clif.cpp index addfa59..a8a57e6 100644 --- a/src/map/clif.cpp +++ b/src/map/clif.cpp @@ -69,6 +69,9 @@ #include "../poison.hpp" + +namespace tmwa +{ constexpr int EMOTE_IGNORED = 0x0e; // functions list. Rate is how many milliseconds are required between @@ -5679,3 +5682,4 @@ void do_init_clif(void) { make_listen_port(map_port, SessionParsers{.func_parse= clif_parse, .func_delete= clif_delete}); } +} // namespace tmwa -- cgit v1.2.3-70-g09d2