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/pc.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/pc.hpp') diff --git a/src/map/pc.hpp b/src/map/pc.hpp index 6e07070..d40353b 100644 --- a/src/map/pc.hpp +++ b/src/map/pc.hpp @@ -36,6 +36,9 @@ # include "clif.t.hpp" # include "map.hpp" + +namespace tmwa +{ inline void pc_setsit(dumb_ptr sd) { @@ -182,5 +185,6 @@ int pc_logout(dumb_ptr sd); // [fate] Player logs out void pc_show_motd(dumb_ptr sd); void do_init_pc(void); +} // namespace tmwa #endif // TMWA_MAP_PC_HPP -- cgit v1.2.3-60-g2f50