Reinitialized project to reduce the git branch size

This commit is contained in:
WolverinDEV
2019-07-17 19:37:18 +02:00
parent 3130cc33fe
commit 5715acbcb2
252 changed files with 51928 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
#include <algorithm>
#include <utility>
#include <log/LogUtils.h>
#include "ServerManager.h"
#include "src/server/VoiceServer.h"
#include "InstanceHandler.h"
using namespace std;
using namespace ts;
using namespace ts::server;
#define PREFIX string("[SNAPSHOT] ")