Decompile radarRender

This commit is contained in:
Ryan Dwyer
2021-01-02 21:54:06 +10:00
parent 5ad2d78dd7
commit cd4183e31b
7 changed files with 202 additions and 586 deletions
+2 -2
View File
@@ -4,9 +4,9 @@
#include "types.h"
Gfx *func0f18e5ac(Gfx *gdl, struct textureconfig *tconfig, s32 arg2, s32 arg3, s32 arg4);
s32 teamGetIndex(s32 team);
s32 radarGetTeamIndex(s32 team);
Gfx *radarDrawDot(Gfx *gdl, struct prop *prop, struct coord *dist, u32 colour, s32 arg4, s32 arg5);
Gfx *radarRender(Gfx *gdl);
Gfx *radarDrawProps(Gfx *gdl);
Gfx *radarRenderRTrackedProps(Gfx *gdl);
#endif