Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
568 B
23 lines
568 B
#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
|
|
|