mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-21 20:20:20 +00:00
linker errors
This commit is contained in:
12
dChatServer/ChatJSONUtils.h
Normal file
12
dChatServer/ChatJSONUtils.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __CHATJSONUTILS_H__
|
||||
#define __CHATJSONUTILS_H__
|
||||
|
||||
#include "json_fwd.hpp"
|
||||
#include "PlayerContainer.h"
|
||||
|
||||
void to_json(nlohmann::json& data, const PlayerData& playerData);
|
||||
void to_json(nlohmann::json& data, const PlayerContainer& playerContainer);
|
||||
void to_json(nlohmann::json& data, const TeamContainer& teamData);
|
||||
void to_json(nlohmann::json& data, const TeamData& teamData);
|
||||
|
||||
#endif // __CHATJSONUTILS_H__
|
||||
Reference in New Issue
Block a user