mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-11 21:16:55 +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)
6 lines
No EOL
123 B
C
6 lines
No EOL
123 B
C
#pragma once
|
|
#include "draw.h"
|
|
|
|
void PrintString(int x, int y, int unk1, char* string, int unk2);
|
|
|
|
void Inject_Text(); |