Matched board/view
This commit is contained in:
parent
65e89da015
commit
5275094e27
4 changed files with 610 additions and 4 deletions
15
include/game/board/view.h
Executable file
15
include/game/board/view.h
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef _BOARD_VIEW_H
|
||||
#define _BOARD_VIEW_H
|
||||
|
||||
#include "dolphin.h"
|
||||
|
||||
void BoardViewOverheadExec(s32 arg0);
|
||||
void BoardViewFocusGetPos(Vec *arg0);
|
||||
void BoardViewFocusSet(Vec *arg0, u16 arg1);
|
||||
void BoardViewMoveStart(Vec *arg0, Vec *arg1, u16 arg2);
|
||||
BOOL BoardViewMoveCheck(void);
|
||||
void BoardViewMoveEnd(void);
|
||||
void BoardViewWait(void);
|
||||
void BoardViewMapExec(s32 arg0);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue