You've already forked SpaghettiKart
mirror of
https://github.com/izzy2lost/SpaghettiKart.git
synced 2026-03-26 16:57:37 -07:00
475f167bb2
* Implement kart vehicle * Fix menu CC * Actors * variable framerate * Implement Actors vector * Fix water & scrolling textures * Finish ACoin * Refactor finishline * Refactor mtx to vector * Fix refactored screen code bugs * Fix playlist bug * Switching courses working now * Fix podium ceremony * Mostly Fix Demo and Credits * Credits Load Actors and Textures * Fix credits * Formatting * Update lus and torch * Fix water features * Fix crabs * Combine function * Fix wheels * Add Moon Jump Cheat * Wheel Change * Fix smoke due to wheel change * Fix screens for wheels * Fix transparency * Fix staff ghost * Fix lakitu transition widescreen * Rename and export credits text * Fixes --------- Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
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
|