mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-04 18:57:59 +03:00
8 lines
200 B
C
8 lines
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);
|
||
|
}
|