Rename CNSharedData namespace to CNShared to match the filename

This commit is contained in:
2022-07-23 02:07:26 +02:00
parent 998b12617e
commit c5dd745aa1
5 changed files with 10 additions and 10 deletions

View File

@@ -10,7 +10,7 @@
#include "Player.hpp"
namespace CNSharedData {
namespace CNShared {
// serialkey corresponds to player data
extern std::map<int64_t, Player> players;