mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-24 08:52:33 +00:00
add missing prototypes
This commit is contained in:
parent
7997753d24
commit
64e8c8581e
1 changed files with 3 additions and 0 deletions
|
|
@ -86,6 +86,9 @@ void A_Scream(mobj_t *actor);
|
|||
void A_Pain(mobj_t *actor);
|
||||
void A_1upThinker(mobj_t *actor);
|
||||
void A_MonitorPop(mobj_t *actor);
|
||||
void A_GoldMonitorPop(mobj_t *actor);
|
||||
void A_GoldMonitorRestore(mobj_t *actor);
|
||||
void A_GoldMonitorSparkle(mobj_t *actor);
|
||||
void A_Explode(mobj_t *actor);
|
||||
void A_BossDeath(mobj_t *actor);
|
||||
void A_CustomPower(mobj_t *actor);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue