mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-05 23:08:31 +00:00
address feedback
This commit is contained in:
10
dCommon/json.h
Normal file
10
dCommon/json.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef __JSON__H__
|
||||
#define __JSON__H__
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
|
||||
namespace {
|
||||
using json = nlohmann::json;
|
||||
}
|
||||
|
||||
#endif // !__JSON__H__
|
Reference in New Issue
Block a user