mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-23 19:02:35 +01:00
bf1dde5d34
- game now goes to loading screen
19 lines
382 B
C
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
|