mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-13 05:57:05 +03:00

- 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)
8 lines
No EOL
156 B
C
8 lines
No EOL
156 B
C
#pragma once
|
|
|
|
#include "..\Global\global.h"
|
|
|
|
void InitialiseArmedBaddy2(short itemNum);
|
|
void ArmedBaddy2Control(short itemNum);
|
|
|
|
void Inject_Mafia(); |