TombEngine/TR5Main/Objects/Generic/Object/polerope.h

9 lines
157 B
C
Raw Normal View History

#pragma once
struct ITEM_INFO;
struct COLL_INFO;
namespace TEN::Entities::Generic
{
void PoleCollision(short itemNumber, ITEM_INFO* l, COLL_INFO* coll);
}