Files
mk64/courses/battle/block_fort/course_data.inc.h
T
Tyler McGavran 7afffb63f5 Cleanup undefined_syms for all the course data (#407)
* 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>
2023-09-08 22:56:49 -06:00

12 lines
247 B
C

#ifndef BLOCK_FORT_COURSE_DATA_H
#define BLOCK_FORT_COURSE_DATA_H
#include <ultra64.h>
#include <PR/gbi.h>
#include <actor_types.h>
extern Gfx d_course_block_fort_dl[];
extern struct ActorSpawnData d_course_block_fort_item_box_spawns[];
#endif