sm64

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

geo.c (394B)


      1 #include <ultra64.h>
      2 #include "sm64.h"
      3 #include "geo_commands.h"
      4 
      5 #include "game/level_geo.h"
      6 #include "game/geo_misc.h"
      7 #include "game/camera.h"
      8 #include "game/moving_texture.h"
      9 #include "game/screen_transition.h"
     10 #include "game/paintings.h"
     11 
     12 #include "make_const_nonconst.h"
     13 
     14 #include "levels/totwc/header.h"
     15 
     16 #include "levels/totwc/cloud/geo.inc.c"
     17 #include "levels/totwc/areas/1/geo.inc.c"