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