11 lines
284 B
C
Executable file
11 lines
284 B
C
Executable file
#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
|