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-09 12:08:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d59a73ba62
TombEngine
/
TR5Main
/
Game
/
itemdata
/
itemdata.cpp
5 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
Integrated ITEM_DATA into ITEM_INFO TODO: See what happens with ENEMY_JEEP
2021-08-29 16:11:03 +02:00
#
include
"framework.h"
#
include
"itemdata.h"
Removed unnecessary constructor of ITEM_DATA Removed Debugging leftovers
2021-08-30 17:50:11 +02:00
ITEM_DATA
:
:
ITEM_DATA
(
)
:
data
(
nullptr
)
{
}
Reference in a new issue
Copy permalink