sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

header.h (2212B)


      1 #ifndef CCM_HEADER_H
      2 #define CCM_HEADER_H
      3 
      4 #include "types.h"
      5 #include "game/moving_texture.h"
      6 
      7 // geo
      8 extern const GeoLayout ccm_geo_0003D0[];
      9 extern const GeoLayout ccm_geo_0003F0[];
     10 extern const GeoLayout ccm_geo_00040C[];
     11 extern const GeoLayout ccm_geo_00042C[];
     12 extern const GeoLayout ccm_geo_00045C[];
     13 extern const GeoLayout ccm_geo_000494[];
     14 extern const GeoLayout ccm_geo_0004BC[];
     15 extern const GeoLayout ccm_geo_0004E4[];
     16 extern const GeoLayout ccm_geo_00051C[];
     17 extern const GeoLayout ccm_geo_0005E8[];
     18 
     19 // leveldata
     20 extern const Gfx ccm_seg7_dl_0700B090[];
     21 extern const Gfx ccm_seg7_dl_0700B1D8[];
     22 extern const Gfx ccm_seg7_dl_0700C380[];
     23 extern const Gfx ccm_seg7_dl_0700D578[];
     24 extern const Gfx ccm_seg7_dl_0700DDF0[];
     25 extern const Gfx ccm_seg7_dl_0700E708[];
     26 extern const Gfx ccm_seg7_dl_0700E970[];
     27 extern const Gfx ccm_seg7_dl_0700F440[];
     28 extern const Gfx ccm_seg7_dl_0700F650[];
     29 extern const Gfx ccm_seg7_dl_0700F780[];
     30 extern const Gfx ccm_seg7_dl_0700FB00[];
     31 extern const Gfx ccm_seg7_dl_0700FD08[];
     32 extern const Gfx ccm_seg7_dl_07010660[];
     33 extern const Gfx ccm_seg7_dl_070109D0[];
     34 extern const Gfx ccm_seg7_dl_07010B50[];
     35 extern const Gfx ccm_seg7_dl_07010F28[];
     36 extern const Gfx ccm_seg7_dl_070118B0[];
     37 extern const Gfx ccm_seg7_dl_07012BD8[];
     38 extern const Gfx ccm_seg7_dl_070136D0[];
     39 extern const Gfx ccm_seg7_dl_07013870[];
     40 extern const Collision ccm_seg7_area_1_collision[];
     41 extern const MacroObject ccm_seg7_area_1_macro_objs[];
     42 extern const Collision ccm_seg7_collision_070163F8[];
     43 extern const Trajectory ccm_seg7_trajectory_snowman[];
     44 extern const Trajectory ccm_seg7_trajectory_0701669C[];
     45 extern const struct MovtexQuadCollection ccm_movtex_penguin_puddle_water[];
     46 extern const Gfx ccm_seg7_dl_0701CE30[];
     47 extern const Gfx ccm_seg7_dl_0701E558[];
     48 extern const Gfx ccm_seg7_dl_0701E6B0[];
     49 extern const Gfx ccm_seg7_dl_0701FC78[];
     50 extern const Gfx ccm_seg7_dl_0701FD78[];
     51 extern const Gfx ccm_seg7_dl_0701FE60[];
     52 extern const Gfx ccm_seg7_dl_070207F0[];
     53 extern const Collision ccm_seg7_area_2_collision[];
     54 extern const MacroObject ccm_seg7_area_2_macro_objs[];
     55 extern const Trajectory ccm_seg7_trajectory_penguin_race[];
     56 
     57 // script
     58 extern const LevelScript level_ccm_entry[];
     59 
     60 #endif