mirror of
https://github.com/n64decomp/mk64
synced 2026-05-24 23:01:36 -04:00
40700ce9ad
* Remove inc from linked file names
12 lines
243 B
C
12 lines
243 B
C
#ifndef BIG_DONUT_COURSE_DATA_H
|
|
#define BIG_DONUT_COURSE_DATA_H
|
|
|
|
#include <ultra64.h>
|
|
#include <PR/gbi.h>
|
|
#include <actor_types.h>
|
|
|
|
extern Gfx d_course_big_donut_dl[];
|
|
extern struct ActorSpawnData d_course_big_donut_item_box_spawns[];
|
|
|
|
#endif
|