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