data fixes
This commit is contained in:
parent
e873e87ba6
commit
bae2194475
2 changed files with 9 additions and 10 deletions
|
|
@ -73,4 +73,13 @@ typedef struct fog_data {
|
|||
f32 end;
|
||||
GXColor color;
|
||||
} FogStruct;
|
||||
|
||||
void Hu3DInit(void);
|
||||
void Hu3DPreProc(void);
|
||||
void Hu3DExec(void);
|
||||
void Hu3DShadowSizeSet(u16);
|
||||
void Hu3DProjectionKill(s16);
|
||||
void Hu3DProjectionPosSet(s16, Vec, Vec, Vec);
|
||||
void Hu3DProjectionTPLvlSet(s16, f32);
|
||||
void Hu3DMipMapSet(char*, s16, s32, f32);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue