Release 0.50

master
Kasi 2018-05-19 02:48:01 +01:00
parent 23ee647546
commit f5f9e6169b
3 changed files with 4 additions and 1 deletions

View File

@ -3,8 +3,11 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <atomic>
#include "Types/Timer.hpp" #include "Types/Timer.hpp"
extern std::atomic_bool Terminate;
extern void Setup(); extern void Setup();
extern bool OnStart(); extern bool OnStart();
extern bool Loop(); extern bool Loop();

View File

@ -63,7 +63,7 @@ class Chat
static bool ClickContinue(bool UseKeyboard = false); static bool ClickContinue(bool UseKeyboard = false);
static bool EnterAmount(std::int32_t Amount); static bool EnterAmount(std::int32_t Amount);
static bool SelectDialogueOption(std::uint32_t Index, bool UseKeyboard = false); // Index starts at 0 static bool SelectDialogueOption(std::int32_t Index, bool UseKeyboard = false); // Index starts at 0
static bool SelectDialogueOption(const std::string& Option, bool UseKeyboard = false); static bool SelectDialogueOption(const std::string& Option, bool UseKeyboard = false);
static bool SelectDialogueOption(const std::vector<std::string>& Options, bool UseKeyboard = false); static bool SelectDialogueOption(const std::vector<std::string>& Options, bool UseKeyboard = false);

Binary file not shown.