Tag management : first version

This commit is contained in:
2014-11-10 11:54:28 +01:00
parent 899dc3db71
commit 57d4b90182
32 changed files with 868 additions and 60 deletions

View File

@@ -40,6 +40,7 @@ struct Operation {
bool meta;
bool _virtual;
std::vector<int> childs;
int tag;
bool operator == (int opId)
{