sm64

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

level_geo.h (266B)


      1 #ifndef LEVEL_GEO_H
      2 #define LEVEL_GEO_H
      3 
      4 #include <PR/ultratypes.h>
      5 #include <PR/gbi.h>
      6 
      7 Gfx *geo_envfx_main(s32 callContext, struct GraphNode *node, Mat4 mtxf);
      8 Gfx *geo_skybox_main(s32 callContext, struct GraphNode *node, UNUSED Mat4 *mtx);
      9 
     10 #endif // LEVEL_GEO_H