Matched board/com_path
This commit is contained in:
parent
23bd7d6e3f
commit
756e575442
3 changed files with 557 additions and 1 deletions
11
include/game/board/com_path.h
Executable file
11
include/game/board/com_path.h
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#ifndef _BOARD_COM_PATH_H
|
||||
#define _BOARD_COM_PATH_H
|
||||
|
||||
#include "dolphin/types.h"
|
||||
|
||||
s16 BoardComPathReachCheck(s16 arg0, u32 arg1, s32 arg2);
|
||||
s16 BoardComPathBestGet(s16 arg0);
|
||||
s16 BoardComPathLenGet(s16 arg0, s16 arg1);
|
||||
s16 BoardComPathW20BestGet(s16 arg0, u32 arg1, s16 arg2);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue