REDRIVER2/src_rebuild/GAME/C/JOB_FX.H
Ilya Shurumov c40d40bd22 - added sources rebuilt with TDR and partially decompiled intro sequence
- moved necessary data to new sources
- running intro with TOMB5 HLE emulator
2020-03-28 03:25:35 +06:00

19 lines
396 B
C

#ifndef JOB_FX_H
#define JOB_FX_H
extern void InitExObjects(); // 0x00057B0C
extern void AddExplosion(struct VECTOR pos, int type); // 0x00056D54
extern void HandleExplosion(); // 0x00056E44
extern void DrawAllExplosions(); // 0x00057B50
extern void initExplosion(); // 0x00056FC0
extern void DrawExplosion(int time, struct VECTOR position, int hscale, int rscale); // 0x000572A8
#endif