16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18: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 26f0b478f2
commit 988b3dfe1f
4 changed files with 427 additions and 1 deletions

View File

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