mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 22:59:11 -04:00
22 lines
824 B
C
22 lines
824 B
C
#ifndef IN_GAME_EXPLOSION_H
|
|
#define IN_GAME_EXPLOSION_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
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 explosionGetVerticalRangeAtFrame(struct explosion *exp, s32 frame);
|
|
u32 func0f129c08(void);
|
|
void alertNearbyChrsToNoise(f32 *radius, struct coord *noisepos);
|
|
bool explosionCreate(struct prop *prop, struct coord *pos, s16 *rooms, s16 type, s32 playernum, bool arg5, struct coord *arg6, s16 arg7, struct coord *arg8);
|
|
u32 func0f12acec(void);
|
|
u32 func0f12af5c(void);
|
|
u32 func0f12b0e0(void);
|
|
u32 func0f12bbdc(void);
|
|
u32 func0f12c5a8(void);
|
|
u32 func0f12c654(void);
|
|
u32 func0f12cd64(void);
|
|
|
|
#endif
|