Added lua GetIdentifiers

This commit is contained in:
Anonymous275
2021-03-06 18:17:27 +02:00
parent 7410e31230
commit f0abfcc0ef
5 changed files with 59 additions and 19 deletions

View File

@@ -8,10 +8,14 @@
#include <any>
#include <sstream>
#undef GetObject //Fixes Windows
#include "rapidjson/document.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/writer.h"
namespace json = rapidjson;
TServer::TServer(int argc, char** argv) {