增加玩家管理(没做完,需要steamid绑定名字啥的)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user