mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 17:57:59 +03:00
7 lines
223 B
C
7 lines
223 B
C
#pragma once
|
|
|
|
struct COLL_INFO;
|
|
struct ITEM_INFO;
|
|
void ProcessExplodingSwitchType8(ITEM_INFO* item);
|
|
void InitialiseShootSwitch(short itemNumber);
|
|
void ShootSwitchCollision(short itemNumber, ITEM_INFO* l, COLL_INFO* coll);
|