Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
MorsGames
GitHub Repository: MorsGames/sm64plus
Path: blob/master/src/game/level_geo.h
7858 views
1
#ifndef LEVEL_GEO_H
2
#define LEVEL_GEO_H
3
4
#include <PR/ultratypes.h>
5
#include <PR/gbi.h>
6
7
struct Struct802761D0
8
{
9
u16 unk0;
10
s16 unk2;
11
u8 filler4[0x18-0x4];
12
};
13
14
Gfx *geo_envfx_main(s32 callContext, struct GraphNode *node, Mat4 mtxf);
15
Gfx *geo_skybox_main(s32 callContext, struct GraphNode *node, UNUSED Mat4 *mtx);
16
17
#endif // LEVEL_GEO_H
18
19