9 lines
No EOL
145 B
C
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 |