This commit is contained in:
lenheart
2024-08-02 22:34:11 +08:00
parent 86497247df
commit 248a99ecd1
13 changed files with 120 additions and 95 deletions

View File

@@ -5,6 +5,7 @@
#include <dlfcn.h>
#include <execinfo.h>
#include <elf.h>
#include <string>
#define PADALIGN(x, mask) ((x + mask) & (~(x % mask)))
@@ -114,4 +115,6 @@ typedef void *(*fnSetUserMaxLevel)(void *CUser, int level);
typedef int (*fnAddMob)(int a1, int a2);
typedef int (*fninitWorldMapScript)(void *a1, void *a2, void *a3);
__END_DECLS