Release 1.68

master
Kasi 2021-10-16 04:34:27 +01:00
parent 87ac51f090
commit bb9bbd5c5b
3 changed files with 4 additions and 1 deletions

View File

@ -305,5 +305,7 @@ namespace Internal
CollisionData GetCollisionMap(std::int32_t Plane); CollisionData GetCollisionMap(std::int32_t Plane);
std::int8_t GetKeyPressed(std::int32_t Index); std::int8_t GetKeyPressed(std::int32_t Index);
std::vector<std::vector<std::int8_t>> GetVisibilityMap(std::int32_t CameraPitch, std::int32_t CameraYaw); std::vector<std::vector<std::int8_t>> GetVisibilityMap(std::int32_t CameraPitch, std::int32_t CameraYaw);
std::int32_t GetTileHeights(std::int32_t X, std::int32_t Y, std::int32_t Plane);
std::int8_t GetTileSettings(std::int32_t X, std::int32_t Y, std::int32_t Plane);
} }
#endif // INTERNAL_HPP_INCLUDED #endif // INTERNAL_HPP_INCLUDED

View File

@ -75,7 +75,8 @@ namespace Mainscreen
std::vector<Box> GetBlockingWidgetBoxes(); std::vector<Box> GetBlockingWidgetBoxes();
bool InRenderDistance(std::int32_t WorldX, std::int32_t WorldY); bool InRenderDistance(std::int32_t WorldX, std::int32_t WorldY, std::int32_t WorldZ, std::int32_t Plane);
} }
#endif // MAINSCREEN_HPP_INCLUDED #endif // MAINSCREEN_HPP_INCLUDED

Binary file not shown.