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