mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-01 09:18:00 +03:00
8 lines
231 B
C
8 lines
231 B
C
![]() |
#pragma once
|
||
|
#include "phd_global.h"
|
||
|
|
||
|
void InitialiseBridge(short itemNumber);
|
||
|
int BridgeFloor(short itemNumber, int x, int y, int z);
|
||
|
int BridgeCeiling(short itemNumber, int x, int y, int z);
|
||
|
int GetOffset(PHD_3DPOS* pos);
|