diff options
Diffstat (limited to 'src/mmo/consts.hpp')
-rw-r--r-- | src/mmo/consts.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mmo/consts.hpp b/src/mmo/consts.hpp index f7dbc36..0fdd7de 100644 --- a/src/mmo/consts.hpp +++ b/src/mmo/consts.hpp @@ -28,6 +28,9 @@ # include "ids.hpp" # include "strs.hpp" + +namespace tmwa +{ constexpr int FIFOSIZE_SERVERLINK = 256 * 1024; constexpr int MAX_MAP_PER_SERVER = 512; @@ -61,5 +64,6 @@ struct PartyMember int leader, online, lv; struct map_session_data *sd; }; +} // namespace tmwa #endif // TMWA_MMO_CONSTS_HPP |