mirror of
https://github.com/n64decomp/mk64
synced 2026-06-21 07:12:28 -04:00
7afffb63f5
* Update building of packed_dl files * Expose course_data symbols to linker. * Remove undefined_syms for course data * Update ctx_includes Signed-off-by: Taggerung <tyler.taggerung@email.com>
12 lines
251 B
C
12 lines
251 B
C
#ifndef DOUBLE_DECK_COURSE_DATA_H
|
|
#define DOUBLE_DECK_COURSE_DATA_H
|
|
|
|
#include <ultra64.h>
|
|
#include <PR/gbi.h>
|
|
#include <actor_types.h>
|
|
|
|
extern Gfx d_course_double_deck_dl[];
|
|
extern struct ActorSpawnData d_course_double_deck_item_box_spawns[];
|
|
|
|
#endif
|