mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-04 10:47:59 +03:00
8 lines
239 B
C
8 lines
239 B
C
#pragma once
|
|
|
|
struct CollisionInfo;
|
|
struct ITEM_INFO;
|
|
|
|
void ProcessExplodingSwitchType8(ITEM_INFO* item);
|
|
void InitialiseShootSwitch(short itemNumber);
|
|
void ShootSwitchCollision(short itemNumber, ITEM_INFO* laraItem, CollisionInfo* coll);
|