mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-04 10:47:59 +03:00
9 lines
173 B
C++
9 lines
173 B
C++
#pragma once
|
|
|
|
struct ITEM_INFO;
|
|
struct CollisionInfo;
|
|
|
|
namespace TEN::Entities::Generic
|
|
{
|
|
void PoleCollision(short itemNumber, ITEM_INFO* laraItem, CollisionInfo* coll);
|
|
}
|