marioparty4/include/game/board/battle.h
2024-03-07 07:03:50 -08:00

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