14 lines
305 B
C
14 lines
305 B
C
#ifndef _STAFF_GHOST_DATA
|
|
#define _STAFF_GHOST_DATA
|
|
|
|
#include <libultraship.h>
|
|
#include <macros.h>
|
|
#include <common_structs.h>
|
|
|
|
extern StaffGhost d_mario_raceway_staff_ghost[];
|
|
extern StaffGhost d_royal_raceway_staff_ghost[];
|
|
extern StaffGhost d_luigi_raceway_staff_ghost[];
|
|
|
|
|
|
|
|
#endif // _STAFF_GHOST_DATA
|