8 lines
130 B
C
Executable file
8 lines
130 B
C
Executable file
#ifndef _BOARD_BATTLE_H
|
|
#define _BOARD_BATTLE_H
|
|
|
|
#include "dolphin/types.h"
|
|
|
|
void BoardBattleExec(s32 player, s32 space);
|
|
|
|
#endif
|