This website requires JavaScript.
Explore
Help
Sign in
Archive
/
TombEngine
Watch
0
Star
0
Fork
You've already forked TombEngine
0
mirror of
https://github.com/TombEngine/TombEngine.git
synced
2025-05-01 09:18:00 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d150cecaaf
TombEngine
/
TR5Main
/
Game
/
text.h
5 lines
102 B
C
Raw
Normal View
History
Unescape
Escape
First commit
2018-08-19 09:46:58 +02:00
#
pragma once
#
include
"draw.h"
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
void
PrintString
(
int
x
,
int
y
,
int
unk1
,
char
*
string
,
int
unk2
)
;
Reference in a new issue
Copy permalink