marioparty4/include/game/board/warp.h
gamemasterplc 97c166dcaf Fix build
2024-01-07 17:17:44 -06:00

9 lines
No EOL
145 B
C

#ifndef _BOARD_WARP_H
#define _BOARD_WARP_H
#include "game/process.h"
#include "game/wipe.h"
void BoardWarpExec(s32 player, s32 space);
#endif