You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
16 lines
320 B
C
16 lines
320 B
C
#pragma once
|
|
|
|
#include "types.h"
|
|
|
|
// geo
|
|
extern const GeoLayout sa_geo_000170[];
|
|
|
|
// leveldata
|
|
extern const Gfx sa_seg7_dl_07002DE8[];
|
|
extern const Gfx sa_seg7_dl_07002FD0[];
|
|
extern const Collision sa_seg7_collision[];
|
|
extern const MacroObject sa_seg7_macro_objs[];
|
|
|
|
// script
|
|
extern const LevelScript level_sa_entry[];
|