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.
19 lines
422 B
19 lines
422 B
#ifndef WMOTR_HEADER_H
|
|
#define WMOTR_HEADER_H
|
|
|
|
#include "types.h"
|
|
|
|
// geo
|
|
extern const GeoLayout wmotr_geo_0001F0[];
|
|
|
|
// leveldata
|
|
extern const Gfx wmotr_seg7_dl_0700C1F8[];
|
|
extern const Gfx wmotr_seg7_dl_0700EFD8[];
|
|
extern const Gfx wmotr_seg7_dl_07010608[];
|
|
extern const Collision wmotr_seg7_collision[];
|
|
extern const MacroObject wmotr_seg7_macro_objs[];
|
|
|
|
// script
|
|
extern const LevelScript level_wmotr_entry[];
|
|
|
|
#endif
|
|
|