Start decompiling board/last5.c
This commit is contained in:
parent
acb8192460
commit
31143de4ee
5 changed files with 745 additions and 5 deletions
|
|
@ -8,7 +8,6 @@
|
|||
#include "game/gamework.h"
|
||||
#include "game/window.h"
|
||||
#include "game/object.h"
|
||||
#include "game/process.h"
|
||||
#include "game/hsfman.h"
|
||||
#include "game/hsfmotion.h"
|
||||
#include "game/gamework_data.h"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
#define _BOARD_WINDOW_H
|
||||
|
||||
#include "game/window.h"
|
||||
#include "game/process.h"
|
||||
|
||||
typedef void (*BoardWinComKeyFunc)();
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ Process *HuPrcCurrentGet(void);
|
|||
int HuPrcKill(Process *process);
|
||||
void HuPrcChildKill(Process *process);
|
||||
void HuPrcSleep(int time);
|
||||
void HuPrcVSleep(void);
|
||||
void HuPrcVSleep();
|
||||
void HuPrcWakeup(Process *process);
|
||||
void HuPrcDestructorSet2(Process *process, void (*func)(void));
|
||||
void HuPrcDestructorSet(void (*func)(void));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue