#ifndef _BOARD_BATTLE_H #define _BOARD_BATTLE_H #include "dolphin/types.h" void BoardBattleExec(s32 player, s32 space); #endif