SCRATCH things and stuff, related to grou saving

This commit is contained in:
Petr Mrázek
2018-07-23 00:49:26 +02:00
parent 12f2716f31
commit 7b439c85c0
9 changed files with 77 additions and 46 deletions

View File

@@ -8,6 +8,7 @@
#include "multimc_logic_export.h"
using InstanceId = QString;
using GroupId = QString;
using InstanceLocator = std::pair<InstancePtr, int>;
enum class InstCreateError