Decompile sightDrawTargetBox
This commit is contained in:
parent
81b304be63
commit
42d21af4ce
1456
src/game/sight.c
1456
src/game/sight.c
File diff suppressed because it is too large
Load Diff
|
|
@ -10,8 +10,8 @@ bool sightIsReactiveToProp(struct prop *prop);
|
|||
s32 sightFindFreeTargetIndex(s32 max);
|
||||
void func0f0d7364(void);
|
||||
void sightTick(bool sighton);
|
||||
s32 func0f0d789c(s32 arg0, s32 arg1, s32 arg2, s32 arg3);
|
||||
Gfx *sightDrawTargetBox(Gfx *gdl, struct threat *threat, u32 textid, s32 time);
|
||||
s32 sightCalculateBoxBound(s32 arg0, s32 arg1, s32 arg2, s32 arg3);
|
||||
Gfx *sightDrawTargetBox(Gfx *gdl, struct threat *threat, s32 textid, s32 time);
|
||||
Gfx *func0f0d7f54(Gfx *gdl, s32 arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5);
|
||||
Gfx *func0f0d87a8(Gfx *gdl, s32 arg1, s32 arg2, s32 arg3, s32 arg4, s32 arg5);
|
||||
Gfx *sightDrawDefault(Gfx *gdl, bool sighton);
|
||||
|
|
|
|||
Loading…
Reference in New Issue