sm64coopdx/src/game/level_geo.h
Agent X 1a86d46d95
Override envfx from Lua (#316)
* Override envfx from Lua

set_override_envfx(-1) to reset override

* Fix type mismatch
2023-03-23 14:46:15 -04:00

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