mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 02:42:38 +01:00
13 lines
292 B
C
13 lines
292 B
C
#ifndef JOB_FX_H
|
|
#define JOB_FX_H
|
|
|
|
extern EXOBJECT explosion[MAX_EXPLOSION_OBJECTS];
|
|
|
|
extern void InitExObjects(); // 0x00057B0C
|
|
extern void AddExplosion(VECTOR pos, int type); // 0x00056D54
|
|
|
|
extern void HandleExplosion(); // 0x00056E44
|
|
extern void DrawAllExplosions(); // 0x00057B50
|
|
|
|
#endif
|