sm64pc/src/game/level_geo.h
2020-03-01 22:42:52 -05:00

15 lines
294 B
C

#ifndef _LEVEL_GEO_H
#define _LEVEL_GEO_H
struct Struct802761D0
{
u16 unk0;
s16 unk2;
u8 filler4[0x18-0x4];
};
extern Gfx *geo_envfx_main(s32 a, struct GraphNode *b, f32 c[4][4]);
extern Gfx *geo_skybox_main(s32 a, struct GraphNode *b, UNUSED Mat4 *c);
#endif /* _LEVEL_GEO_H */