Decompile more of board/main.c
This commit is contained in:
parent
8e0e8a9e2a
commit
c03ef31c81
10 changed files with 680 additions and 33 deletions
|
|
@ -204,7 +204,7 @@ void Hu3DModelReflectTypeSet(s16, s16);
|
|||
void Hu3DCameraCreate(s32);
|
||||
void Hu3DCameraPerspectiveSet(s32, f32, f32, f32, f32);
|
||||
void Hu3DCameraViewportSet(s32, f32, f32, f32, f32, f32, f32);
|
||||
void Hu3DCameraScissorSet(s32, s32, s32, s32, s32);
|
||||
void Hu3DCameraScissorSet(s32, u32, u32, u32, u32);
|
||||
void Hu3DCameraPosSet(s32, f32, f32, f32, f32, f32, f32, f32, f32, f32);
|
||||
void Hu3DCameraPosSetV(s32 cam, Vec *pos, Vec *up, Vec *target);
|
||||
void Hu3DCameraKill(s32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue