Decompile explosionGetHorizontalRangeAtFrame

This commit is contained in:
Ryan Dwyer
2020-06-12 08:09:54 +10:00
parent 17ad57d96b
commit 7a9cfe2f4e
2 changed files with 23 additions and 50 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
bool explosionCreateSimple(struct prop *prop, struct coord *pos, s16 *rooms, s16 type, s32 playernum);
bool explosionCreateComplex(struct prop *prop, struct coord *pos, s16 *rooms, s16 type, s32 playernum);
u32 func0f129b08(void);
f32 explosionGetHorizontalRangeAtFrame(struct explosion *exp, s32 frame);
f32 explosionGetVerticalRangeAtFrame(struct explosion *exp, s32 frame);
u32 func0f129c08(void);
void alertNearbyChrsToNoise(f32 *radius, struct coord *noisepos);