mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00

- No more enums.h, constants.h, macro.h, etc... - moved all structure in types.h to there respective file.
9 lines
No EOL
239 B
C
9 lines
No EOL
239 B
C
#pragma once
|
|
|
|
#include "collide.h"
|
|
|
|
void TriggerTorchFlame(char fxObj, char node);
|
|
void DoFlameTorch();
|
|
void GetFlameTorch();
|
|
void TorchControl(short itemNumber);
|
|
void FireCollision(short itemNumber, ITEM_INFO* l, COLL_INFO* coll); |