REDRIVER2/src_rebuild/GAME/C/JOB_FX.H
Ilya Shurumov bf1dde5d34 - many sources processed and added UNIMPLEMENTED()
- game now goes to loading screen
2020-04-04 10:56:09 +06:00

19 lines
382 B
C

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