open source

This commit is contained in:
lvfulong
2020-11-11 16:17:13 +08:00
parent 4d989f3ecb
commit bc4ca748de
2441 changed files with 623057 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#include "Log.h"
int g_nDebugLevel = 3;
void(*gLayaLog)(int level, const char* file, int line, const char* fmt, ...) = 0;
void(*gLayaLogNoParam)(int level, const char* file, int line, const char* msg) = 0;
void(*gLayaLogBin)(int level, const char* file, int line, void* pData, int len) = 0;