16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00

Merge pull request #81 from Unofficial-MaSzyna-Developement/python-returnable-commands

Python returnable commands
This commit is contained in:
Ryba04
2025-02-02 00:13:49 +01:00
committed by GitHub
4 changed files with 433 additions and 1 deletions

View File

@@ -486,6 +486,7 @@ extern command_queue Commands;
// TODO: add name to command map, and wrap these two into helper object
extern commanddescription_sequence Commands_descriptions;
extern std::unordered_map<std::string, user_command> commandMap;
}
// command_relay: composite class component, passes specified command to appropriate command stack