Attempt to decompile viSetFillColour

This commit is contained in:
Ryan Dwyer
2021-10-08 21:40:16 +10:00
parent 9a4eecfab6
commit d1b71b7cc6
5 changed files with 41 additions and 25 deletions
+1 -1
View File
@@ -53,6 +53,6 @@ void viSetFovAspectAndSize(f32 fovy, f32 aspect, s16 width, s16 height);
f32 viGetFovY(void);
void viSetZRange(f32 arg0, f32 arg1);
void viGetZRange(struct zrange *zrange);
u32 vi0000bf04(void);
Gfx *viSetFillColour(Gfx *gdl, s32 r, s32 g, s32 b);
#endif