Release 0.95

master
Kasi 2018-09-23 03:01:54 +01:00
parent f63ecb95b0
commit 41f14d7318
3 changed files with 3 additions and 1 deletions

View File

@ -55,7 +55,6 @@ class Chat
static DIALOGUE_STATE GetDialogueState();
static std::vector<std::string> GetDialogueOptions();
static std::string GetDialogueTitle();
static std::string GetDialogueMessage();
static std::string GetDialogueContent();
static std::int32_t GetDialogueOptionIndexOf(const std::string& Option);

View File

@ -1,11 +1,14 @@
#ifndef ANTIBAN_HPP_INCLUDED
#define ANTIBAN_HPP_INCLUDED
#include <cstdint>
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

Binary file not shown.