this class is initialized once at game start put all initialization and wipe code in the methods here. More...
#include <hotkey_manager.hpp>
Public Member Functions | |
manager () | |
~manager () | |
Static Public Member Functions | |
static void | init () |
static void | wipe () |
this class is initialized once at game start put all initialization and wipe code in the methods here.
Definition at line 27 of file hotkey_manager.hpp.
hotkey::manager::manager | ( | ) |
Definition at line 23 of file hotkey_manager.cpp.
References init().
hotkey::manager::~manager | ( | ) |
Definition at line 40 of file hotkey_manager.cpp.
References wipe().
|
static |
Definition at line 28 of file hotkey_manager.cpp.
References hotkey::init_hotkey_commands().
Referenced by manager().
|
static |
Definition at line 33 of file hotkey_manager.cpp.
References hotkey::clear_hotkey_commands(), hotkey::clear_hotkeys(), and hotkey::delete_all_wml_hotkeys().
Referenced by ~manager().