mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-03 10:17:59 +03:00
11 lines
No EOL
312 B
C
11 lines
No EOL
312 B
C
#pragma once
|
|
|
|
struct COLL_INFO;
|
|
struct ITEM_INFO;
|
|
|
|
extern ITEM_INFO* WBItem;
|
|
extern short WBRoom;
|
|
void InitialiseFallingBlock(short itemNumber);
|
|
void InitialiseWreckingBall(short itemNumber);
|
|
void WreckingBallCollision(short itemNumber, ITEM_INFO* l, COLL_INFO* coll);
|
|
void WreckingBallControl(short itemNumber); |