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