mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-07-03 21:20:12 -04:00
12 lines
254 B
C
12 lines
254 B
C
#ifndef BIG_DONUT_COURSE_DATA_H
|
|
#define BIG_DONUT_COURSE_DATA_H
|
|
|
|
#include <libultraship.h>
|
|
#include <libultra/gbi.h>
|
|
#include <actor_types.h>
|
|
|
|
extern Gfx d_course_big_donut_dl[];
|
|
extern struct ActorSpawnData d_course_big_donut_item_box_spawns[];
|
|
|
|
#endif
|