TombEngine/TR5Main/Objects/Generic/Traps/dart_emitter.h
2021-09-22 10:55:48 +02:00

8 lines
No EOL
200 B
C++

#pragma once
namespace TEN::Entities::Traps
{
void DartControl(short itemNumber);
void DartEmitterControl(short itemNumber);
void TriggerDartSmoke(int x, int y, int z, int xv, int zv, bool hit);
}