marioparty4/include/game/board/warp.h
2024-01-06 21:33:46 -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, s16 space);
#endif