This commit is contained in:
lenheart
2024-07-25 10:27:26 +08:00
parent ecc18fc9c2
commit 86497247df
5 changed files with 7 additions and 2 deletions

View File

@@ -112,4 +112,6 @@ typedef int (*fnTimerDispatcher_dispatch)(void *A, void *B);
// 线程执行
typedef void *(*fnSetUserMaxLevel)(void *CUser, int level);
typedef int (*fnAddMob)(int a1, int a2);
__END_DECLS