111
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#define PADALIGN(x, mask) ((x + mask) & (~(x % mask)))
|
||||
|
||||
#define Ver 1
|
||||
#define Patch 2
|
||||
// #define Patch 2
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
@@ -92,4 +92,7 @@ typedef int (*fnCreateEquip)(void *a1, unsigned int a2, void *a3);
|
||||
|
||||
typedef int (*fnInitSkill)(int a1, int a2, int a3);
|
||||
|
||||
// 游戏事件
|
||||
typedef int (*fnHistory_Log)(int a1, char *format, ...);
|
||||
|
||||
__END_DECLS
|
||||
Reference in New Issue
Block a user