diff --git a/Include/Core/Classes/WallObject.hpp b/Include/Core/Classes/WallObject.hpp index 0bbebec..06ae16f 100644 --- a/Include/Core/Classes/WallObject.hpp +++ b/Include/Core/Classes/WallObject.hpp @@ -21,11 +21,13 @@ namespace Internal static Class GetClass(); - std::int32_t GetAngle() const; std::int32_t GetFlags() const; std::int64_t GetHash() const; std::int32_t GetHeight() const; + std::int32_t GetOrientation() const; + std::int32_t GetOrientation2() const; Renderable GetRenderable() const; + Renderable GetRenderable2() const; std::int32_t GetX() const; std::int32_t GetY() const; std::int32_t GetZ() const; diff --git a/Include/Core/Internal.hpp b/Include/Core/Internal.hpp index 2eac329..61dcd0e 100644 --- a/Include/Core/Internal.hpp +++ b/Include/Core/Internal.hpp @@ -262,6 +262,7 @@ namespace Internal SpotAnimation GetSpotAnimation(std::int32_t ID); Model GetSpotAnimationModel(std::int32_t ID); Model GetWallObjectModel(const WallObject& O); + Model GetWallObjectModel2(const WallObject& O); Model GetDecorativeObjectModel(const DecorativeObject& O); Model GetGroundObjectModel(const GroundObject& O); Model GetDynamicObjectModel(std::int32_t ID); diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 9ee3b8a..f352741 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ