增加玩家管理(没做完,需要steamid绑定名字啥的)

This commit is contained in:
Huoji's
2023-10-01 22:13:20 +08:00
parent fb67632502
commit 1bae80e38d
681 changed files with 391721 additions and 218 deletions

View File

@@ -10,13 +10,14 @@
#include <thread>
#include <unordered_map>
#include <map>
#include <shared_mutex>
#include "framework.h"
#include "stb.hh"
#include "memory.h"
extern void DebugPrintA(const char* format, ...);
//#define LOG DebugPrintA
// #define LOG DebugPrintA
#define LOG(...) printf(__VA_ARGS__)
#define THE_GAME_SIG(sig) \
stb::simple_conversion::build<stb::fixed_string{sig}>::value