mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 08:47:58 +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)
7 lines
No EOL
133 B
C
7 lines
No EOL
133 B
C
#pragma once
|
|
#include "..\Global\global.h"
|
|
|
|
void InitialiseLion(short itemNum);
|
|
void LionControl(short itemNum);
|
|
|
|
void Inject_Lion(); |