Add temp var support for size and running state

This commit is contained in:
WarmUpTill
2024-10-13 11:40:16 +02:00
committed by WarmUpTill
parent f641c20564
commit 392e775c7b
4 changed files with 29 additions and 10 deletions

View File

@@ -32,6 +32,8 @@ public:
IntVariable _size = 1;
private:
void SetupTempVars();
static bool _registered;
static const std::string id;
};