mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 04:26:42 +03:00
9 lines
295 B
C
9 lines
295 B
C
![]() |
#pragma once
|
||
|
|
||
|
struct ITEM_INFO;
|
||
|
struct COLL_INFO;
|
||
|
|
||
|
void InitialiseElementPuzzle(short itemNumber);
|
||
|
void ElementPuzzleControl(short itemNumber);
|
||
|
void ElementPuzzleDoCollision(short itemNumber, ITEM_INFO* l, COLL_INFO* c);
|
||
|
void ElementPuzzleCollision(short itemNumber, ITEM_INFO* l, COLL_INFO* c);
|