diff --git a/Include/Game/Interfaces/Chat.hpp b/Include/Game/Interfaces/Chat.hpp index 0a40efd..7079cee 100644 --- a/Include/Game/Interfaces/Chat.hpp +++ b/Include/Game/Interfaces/Chat.hpp @@ -55,7 +55,6 @@ class Chat static DIALOGUE_STATE GetDialogueState(); static std::vector GetDialogueOptions(); static std::string GetDialogueTitle(); - static std::string GetDialogueMessage(); static std::string GetDialogueContent(); static std::int32_t GetDialogueOptionIndexOf(const std::string& Option); diff --git a/Include/Game/Tools/Antiban.hpp b/Include/Game/Tools/Antiban.hpp index bd308c6..aa49e26 100644 --- a/Include/Game/Tools/Antiban.hpp +++ b/Include/Game/Tools/Antiban.hpp @@ -1,11 +1,14 @@ #ifndef ANTIBAN_HPP_INCLUDED #define ANTIBAN_HPP_INCLUDED +#include + class Antiban { public: static void LoseClientFocus(); static void MouseOffClient(bool LoseFocus = true); + static void SetClientSize(std::uint32_t Width, std::uint32_t Height); }; #endif // ANTIBAN_HPP_INCLUDED diff --git a/Library/libAlpacaLibrary.a b/Library/libAlpacaLibrary.a index d8025c4..25d020c 100644 Binary files a/Library/libAlpacaLibrary.a and b/Library/libAlpacaLibrary.a differ