AlpacaLibary  1.63
A closed source C++ bot for OSRS
RandomHandler.hpp
Go to the documentation of this file.
1 #ifndef RANDOMHANDLER_HPP_INCLUDED
2 #define RANDOMHANDLER_HPP_INCLUDED
3 
4 #include "../../Core/Types/Counter.hpp"
5 #include "../../Core/Types/Countdown.hpp"
6 #include <cstdint>
7 
8 namespace RandomHandler
9 {
10  void SetCheckDelay(std::int64_t Time);
13  bool Check();
14 }
15 
16 #endif // RANDOMHANDLER_HPP_INCLUDED
void SetCheckDelay(std::int64_t Time)
Countdown GetCheckCountdown()
Counter GetRandomsCounter()