Release 0.94
							parent
							
								
									4881f4510a
								
							
						
					
					
						commit
						f63ecb95b0
					
				| 
						 | 
				
			
			@ -15,7 +15,6 @@ namespace Internal
 | 
			
		|||
            FontName(const FontName& F);
 | 
			
		||||
            static Class GetClass();
 | 
			
		||||
 | 
			
		||||
            std::string GetKeyName() const;
 | 
			
		||||
            std::string GetName() const;
 | 
			
		||||
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,6 +2,7 @@
 | 
			
		|||
#define PRAYER_HPP_INCLUDED
 | 
			
		||||
 | 
			
		||||
#include <cstdint>
 | 
			
		||||
#include <vector>
 | 
			
		||||
 | 
			
		||||
/** @addtogroup GameTabs
 | 
			
		||||
* @{ */
 | 
			
		||||
| 
						 | 
				
			
			@ -47,6 +48,7 @@ class Prayer
 | 
			
		|||
        static std::int32_t GetPoints();
 | 
			
		||||
        static bool HasLevel(PRAYERS Prayer);
 | 
			
		||||
        static bool IsActive(PRAYERS Prayer);
 | 
			
		||||
        static bool AllActive(const std::vector<Prayer::PRAYERS>& Prayers);
 | 
			
		||||
        static bool WaitPrayer(std::uint32_t Duration, std::uint32_t Step, PRAYERS Prayer, bool Active);
 | 
			
		||||
        static bool Activate(PRAYERS Prayer);
 | 
			
		||||
        static bool Deactivate(PRAYERS Prayer);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											Binary file not shown.
										
									
								
							
		Loading…
	
		Reference in New Issue