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
584 B
23 lines
584 B
#ifndef COTMC_HEADER_H
|
|
#define COTMC_HEADER_H
|
|
|
|
#include "types.h"
|
|
|
|
// geo
|
|
extern const GeoLayout cotmc_geo_0001A0[];
|
|
|
|
// leveldata
|
|
extern const Gfx cotmc_seg7_dl_07007D48[];
|
|
extern const Gfx cotmc_seg7_dl_0700A160[];
|
|
extern const Gfx cotmc_seg7_dl_0700A4B8[];
|
|
extern const Collision cotmc_seg7_collision_level[];
|
|
extern const MacroObject cotmc_seg7_macro_objs[];
|
|
extern const Gfx cotmc_dl_water_begin[];
|
|
extern const Gfx cotmc_dl_water_end[];
|
|
extern Movtex cotmc_movtex_tris_water[];
|
|
extern const Gfx cotmc_dl_water[];
|
|
|
|
// script
|
|
extern const LevelScript level_cotmc_entry[];
|
|
|
|
#endif
|
|
|