Release 0.50
							parent
							
								
									23ee647546
								
							
						
					
					
						commit
						f5f9e6169b
					
				| 
						 | 
					@ -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();
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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.
										
									
								
							
		Loading…
	
		Reference in New Issue