diff --git a/Include/Core/Debug.hpp b/Include/Core/Debug.hpp index 5125021..404f85d 100644 --- a/Include/Core/Debug.hpp +++ b/Include/Core/Debug.hpp @@ -17,6 +17,9 @@ class Debug static void ShowConsole(); static void HideConsole(); static void SetVerbose(bool Toggle); + + static void EnableInput(); + static void DisableInput(); }; diff --git a/Include/Game/Interfaces/Minimap.hpp b/Include/Game/Interfaces/Minimap.hpp index 6dd3f21..3ef9465 100644 --- a/Include/Game/Interfaces/Minimap.hpp +++ b/Include/Game/Interfaces/Minimap.hpp @@ -75,7 +75,7 @@ class Minimap static bool ClickTile(const Tile& T, std::int32_t Random = 5); - static bool WalkPath(const std::vector Path, std::int32_t Distance, std::int32_t Random); + static bool WalkPath(const std::vector& Path, std::int32_t Distance, std::int32_t Random); static bool IsReachable(const Tile& T); diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index 25d020c..9aa32db 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ