TombEngine/TR5Main/Game/mafia.h
TokyoSU 3670fddc71 Added Sophia
- deleted all the __cdecl except for the #define function. because /Gd enable the __cdecl for function by default.

- added the commented code in FireWeapon for TR3 entity (some function is missing)
2019-12-02 14:49:19 +01:00

8 lines
No EOL
156 B
C

#pragma once
#include "..\Global\global.h"
void InitialiseArmedBaddy2(short itemNum);
void ArmedBaddy2Control(short itemNum);
void Inject_Mafia();