mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 04:01:23 +00:00
declare remove_wml_hotkey in hotkeys.hpp
This commit is contained in:
parent
7f86b055bb
commit
6e7302d802
@ -362,6 +362,9 @@ void add_wml_hotkey(const std::string& id, const t_string& description, const co
|
||||
|
||||
/// deletes all wml hotkeys, should be called after a game has ended
|
||||
void delete_all_wml_hotkeys();
|
||||
///removes a wml hotkey with the given id, returns true if the deletion was successful
|
||||
bool remove_wml_hotkey(const std::string& id);
|
||||
|
||||
/// returns the hotkey_command that is treated as null.
|
||||
hotkey_command& get_hotkey_null();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user