blob: dd9650995ae0f18c9eca3619c84224d15d39c487 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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
|