24 lines
568 B
C
24 lines
568 B
C
#ifndef PSS_HEADER_H
|
|
#define PSS_HEADER_H
|
|
|
|
#include "types.h"
|
|
|
|
// geo
|
|
extern const GeoLayout pss_geo_000100[];
|
|
|
|
// leveldata
|
|
extern const Gfx pss_seg7_dl_0700A7C0[];
|
|
extern const Gfx pss_seg7_dl_0700AFA8[];
|
|
extern const Gfx pss_seg7_dl_0700B3F0[];
|
|
extern const Gfx pss_seg7_dl_0700D338[];
|
|
extern const Gfx pss_seg7_dl_0700DAD8[];
|
|
extern const Gfx pss_seg7_dl_0700E2B0[];
|
|
extern const Gfx pss_seg7_dl_0700E3E8[];
|
|
extern const Collision pss_seg7_collision[];
|
|
extern const MacroObject pss_seg7_macro_objs[];
|
|
|
|
// script
|
|
extern const LevelScript level_pss_entry[];
|
|
|
|
#endif
|