mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 20:46:47 +03:00
14 lines
187 B
C++
14 lines
187 B
C++
![]() |
#include "framework.h"
|
||
|
#include "tr1_bigrat.h"
|
||
|
|
||
|
// initialised at loading level
|
||
|
void InitialiseBigRat(short itemNumber)
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
// when triggered !
|
||
|
void BigRatControl(short itemNumber)
|
||
|
{
|
||
|
|
||
|
}
|