AlpacaLibary
1.63
A closed source C++ bot for OSRS
AccountManagement.hpp
Go to the documentation of this file.
1
#ifndef ACCOUNTMANAGEMENT_HPP_INCLUDED
2
#define ACCOUNTMANAGEMENT_HPP_INCLUDED
3
4
#include <cstdint>
5
6
namespace
AccountManagement
7
{
8
bool
IsOpen
();
9
bool
Open
(
bool
UseHotkey =
false
);
10
std::int32_t
GetTabHotkey
();
11
}
12
13
#endif
// ACCOUNTMANAGEMENT_HPP_INCLUDED
AccountManagement
Definition:
AccountManagement.hpp:7
AccountManagement::Open
bool Open(bool UseHotkey=false)
AccountManagement::IsOpen
bool IsOpen()
AccountManagement::GetTabHotkey
std::int32_t GetTabHotkey()
Include
Game
Interfaces
GameTabs
AccountManagement.hpp
Generated by
1.9.1