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/mmo/config_parse.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mmo/config_parse.cpp') diff --git a/src/mmo/config_parse.cpp b/src/mmo/config_parse.cpp index c6ddde2..8362810 100644 --- a/src/mmo/config_parse.cpp +++ b/src/mmo/config_parse.cpp @@ -30,6 +30,9 @@ #include "../poison.hpp" + +namespace tmwa +{ bool is_comment(XString line) { return not line or line.startswith("//"_s); @@ -154,3 +157,4 @@ bool load_config_file(ZString filename, ConfigItemParser slave) } return rv; } +} // namespace tmwa -- cgit v1.2.3-70-g09d2