This commit is contained in:
root
2024-04-30 03:01:48 +08:00
parent 9abf8aa3a4
commit 47be0adc6b
330 changed files with 5549 additions and 39399 deletions

View File

@@ -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