mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-09 03:58:19 +03:00
9 lines
No EOL
231 B
C
9 lines
No EOL
231 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); |