mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-05-17 22:31:04 +00:00
20 lines
403 B
C
20 lines
403 B
C
#ifndef LEVEL_GEO_H
|
|
#define LEVEL_GEO_H
|
|
|
|
#include <PR/ultratypes.h>
|
|
#include <PR/gbi.h>
|
|
|
|
struct Struct802761D0
|
|
{
|
|
u16 unk0;
|
|
s16 unk2;
|
|
u8 filler4[0x18-0x4];
|
|
};
|
|
|
|
extern u16 gReadOnlyEnvFx;
|
|
extern s32 gOverrideEnvFx;
|
|
|
|
Gfx *geo_envfx_main(s32 callContext, struct GraphNode *node, Mat4 mtxf);
|
|
Gfx *geo_skybox_main(s32 callContext, struct GraphNode *node, UNUSED Mat4 *mtx);
|
|
|
|
#endif // LEVEL_GEO_H
|