Move int to s32
This commit is contained in:
parent
ec5f686ffb
commit
2f41ab51e7
8 changed files with 67 additions and 61 deletions
|
|
@ -10,7 +10,7 @@ void BoardWinUnusedArraySet(f32*);
|
|||
void BoardWinKillAll(void);
|
||||
void BoardWinDestroy(void);
|
||||
void BoardWinProc(void);
|
||||
int BoardWinChoiceGet(void);
|
||||
s32 BoardWinChoiceGet(void);
|
||||
void BoardWinPause(void);
|
||||
void BoardWinCreateChoice(s32 pos, u32 mess, s32 portrait, s32 choice);
|
||||
void BoardWinCreate(s32 pos, u32 mess, s32 portrait);
|
||||
|
|
@ -21,7 +21,7 @@ void BoardWinAttrSet(s32 attr);
|
|||
void BoardWinAttrReset(s32 attr);
|
||||
void BoardWinChoiceDisable(s32 choice);
|
||||
void BoardWinKeyWait(void);
|
||||
int BoardWinSpeedGet(void);
|
||||
s32 BoardWinSpeedGet(void);
|
||||
void BoardWinSpeedSet(s32 value);
|
||||
s16 BoardWinChoiceNowGet(void);
|
||||
void BoardWinPriSet(s16 prio);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue