mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-13 14:07:04 +03:00
7 lines
231 B
C
7 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);
|