Release 0.95
							parent
							
								
									f63ecb95b0
								
							
						
					
					
						commit
						41f14d7318
					
				| 
						 | 
					@ -55,7 +55,6 @@ class Chat
 | 
				
			||||||
        static DIALOGUE_STATE GetDialogueState();
 | 
					        static DIALOGUE_STATE GetDialogueState();
 | 
				
			||||||
        static std::vector<std::string> GetDialogueOptions();
 | 
					        static std::vector<std::string> GetDialogueOptions();
 | 
				
			||||||
        static std::string GetDialogueTitle();
 | 
					        static std::string GetDialogueTitle();
 | 
				
			||||||
        static std::string GetDialogueMessage();
 | 
					 | 
				
			||||||
        static std::string GetDialogueContent();
 | 
					        static std::string GetDialogueContent();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        static std::int32_t GetDialogueOptionIndexOf(const std::string& Option);
 | 
					        static std::int32_t GetDialogueOptionIndexOf(const std::string& Option);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,11 +1,14 @@
 | 
				
			||||||
#ifndef ANTIBAN_HPP_INCLUDED
 | 
					#ifndef ANTIBAN_HPP_INCLUDED
 | 
				
			||||||
#define ANTIBAN_HPP_INCLUDED
 | 
					#define ANTIBAN_HPP_INCLUDED
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#include <cstdint>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Antiban
 | 
					class Antiban
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    public:
 | 
					    public:
 | 
				
			||||||
        static void LoseClientFocus();
 | 
					        static void LoseClientFocus();
 | 
				
			||||||
        static void MouseOffClient(bool LoseFocus = true);
 | 
					        static void MouseOffClient(bool LoseFocus = true);
 | 
				
			||||||
 | 
					        static void SetClientSize(std::uint32_t Width, std::uint32_t Height);
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#endif // ANTIBAN_HPP_INCLUDED
 | 
					#endif // ANTIBAN_HPP_INCLUDED
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue