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

Add returnable python commands

requires modified abstractscreenrenderer
This commit is contained in:
2025-01-08 02:19:22 +01:00
parent bb2894d86c
commit 9b6b941d30
4 changed files with 427 additions and 1 deletions

View File

@@ -484,6 +484,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