1212
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user