mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
6 lines
94 B
C++
6 lines
94 B
C++
#pragma once
|
|
|
|
namespace TEN::Entities::Creatures::TR2
|
|
{
|
|
void RatControl(short itemNumber);
|
|
}
|