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/chrif.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/chrif.cpp') diff --git a/src/map/chrif.cpp b/src/map/chrif.cpp index 18482f6..7c47ea7 100644 --- a/src/map/chrif.cpp +++ b/src/map/chrif.cpp @@ -51,6 +51,8 @@ #include "../poison.hpp" +namespace tmwa +{ Session *char_session; static IP4Address char_ip; @@ -1329,3 +1331,4 @@ void do_init_chrif(void) std::chrono::seconds(5) ).detach(); } +} // namespace tmwa -- cgit v1.2.3-70-g09d2