sm64

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

header.h (3993B)


      1 #ifndef WF_HEADER_H
      2 #define WF_HEADER_H
      3 
      4 #include "types.h"
      5 #include "game/moving_texture.h"
      6 
      7 // geo
      8 extern const GeoLayout wf_geo_0007E0[];
      9 extern const GeoLayout wf_geo_000820[];
     10 extern const GeoLayout wf_geo_000860[];
     11 extern const GeoLayout wf_geo_000878[];
     12 extern const GeoLayout wf_geo_000890[];
     13 extern const GeoLayout wf_geo_0008A8[];
     14 extern const GeoLayout wf_geo_0008E8[];
     15 extern const GeoLayout wf_geo_000900[];
     16 extern const GeoLayout wf_geo_000940[];
     17 extern const GeoLayout wf_geo_000958[];
     18 extern const GeoLayout wf_geo_0009A0[];
     19 extern const GeoLayout wf_geo_0009B8[];
     20 extern const GeoLayout wf_geo_0009D0[];
     21 extern const GeoLayout wf_geo_0009E8[];
     22 extern const GeoLayout wf_geo_000A00[];
     23 extern const GeoLayout wf_geo_000A40[];
     24 extern const GeoLayout wf_geo_000A58[];
     25 extern const GeoLayout wf_geo_000A98[];
     26 extern const GeoLayout wf_geo_000AB0[];
     27 extern const GeoLayout wf_geo_000AC8[];
     28 extern const GeoLayout wf_geo_000AE0[];
     29 extern const GeoLayout wf_geo_000AF8[];
     30 extern const GeoLayout wf_geo_000B10[];
     31 extern const GeoLayout wf_geo_000B38[];
     32 extern const GeoLayout wf_geo_000B60[];
     33 extern const GeoLayout wf_geo_000B78[];
     34 extern const GeoLayout wf_geo_000B90[];
     35 extern const GeoLayout wf_geo_000BA8[];
     36 extern const GeoLayout wf_geo_000BC8[];
     37 extern const GeoLayout wf_geo_000BE0[];
     38 extern const GeoLayout wf_geo_000BF8[];
     39 
     40 // leveldata
     41 extern const Gfx wf_seg7_dl_070050C8[];
     42 extern const Gfx wf_seg7_dl_070052B8[];
     43 extern const Gfx wf_seg7_dl_07005538[];
     44 extern const Gfx wf_seg7_dl_07005690[];
     45 extern const Gfx wf_seg7_dl_07005DD8[];
     46 extern const Gfx wf_seg7_dl_07005EE8[];
     47 extern const Gfx wf_seg7_dl_070064E8[];
     48 extern const Gfx wf_seg7_dl_070065F8[];
     49 extern const Gfx wf_seg7_dl_07006820[];
     50 extern const Gfx wf_seg7_dl_07007220[];
     51 extern const Gfx wf_seg7_dl_07007518[];
     52 extern const Gfx wf_seg7_dl_070087B0[];
     53 extern const Gfx wf_seg7_dl_07008FE8[];
     54 extern const Gfx wf_seg7_dl_07009278[];
     55 extern const Gfx wf_seg7_dl_07009780[];
     56 extern const Gfx wf_seg7_dl_07009890[];
     57 extern const Gfx wf_seg7_dl_07009DB0[];
     58 extern const Gfx wf_seg7_dl_0700A170[];
     59 extern const Gfx wf_seg7_dl_0700ABA0[];
     60 extern const Gfx wf_seg7_dl_0700AEC8[];
     61 extern const Gfx wf_seg7_dl_0700AFB8[];
     62 extern const Gfx wf_seg7_dl_0700BA28[];
     63 extern const Gfx wf_seg7_dl_0700BF50[];
     64 extern const Gfx wf_seg7_dl_0700D028[];
     65 extern const Gfx wf_seg7_dl_0700D300[];
     66 extern const Gfx wf_seg7_dl_0700D708[];
     67 extern const Gfx wf_seg7_dl_0700D9F0[];
     68 extern const Gfx wf_seg7_dl_0700DE20[];
     69 extern const Gfx wf_seg7_dl_0700E0F0[];
     70 extern const Gfx wf_seg7_dl_0700E3D0[];
     71 extern const Gfx wf_seg7_dl_0700E760[];
     72 extern const Gfx wf_seg7_dl_0700E9B8[];
     73 extern const Gfx wf_seg7_dl_0700EB40[];
     74 extern const Gfx wf_seg7_dl_0700EDC0[];
     75 extern const Gfx wf_seg7_dl_0700F018[];
     76 extern const Gfx wf_seg7_dl_0700F1A8[];
     77 extern const Gfx wf_seg7_dl_0700F340[];
     78 extern const Gfx wf_seg7_dl_0700F610[];
     79 extern const Gfx wf_seg7_dl_0700F6C0[];
     80 extern const Gfx wf_seg7_dl_0700F7F8[];
     81 extern const Collision wf_seg7_collision_small_bomp[];
     82 extern const Collision wf_seg7_collision_large_bomp[];
     83 extern const Collision wf_seg7_collision_clocklike_rotation[];
     84 extern const Collision wf_seg7_collision_sliding_brick_platform[];
     85 extern const Collision wf_seg7_collision_tumbling_bridge[];
     86 extern const Collision wf_seg7_collision_trapezoid[];
     87 extern const Collision wf_seg7_collision_platform[];
     88 extern const Collision wf_seg7_collision_breakable_wall[];
     89 extern const Collision wf_seg7_collision_breakable_wall_2[];
     90 extern const Collision wf_seg7_collision_kickable_board[];
     91 extern const Collision wf_seg7_collision_tower_door[];
     92 extern const Collision wf_seg7_collision_rotating_platform[];
     93 extern const Collision wf_seg7_collision_tower[];
     94 extern const Collision wf_seg7_collision_bullet_bill_cannon[];
     95 extern const Collision wf_seg7_collision_070102D8[];
     96 extern const MacroObject wf_seg7_macro_objs[];
     97 extern const struct MovtexQuadCollection wf_movtex_water[];
     98 
     99 // script
    100 extern const LevelScript level_wf_entry[];
    101 
    102 #endif