new TypeId system

This commit is contained in:
2022-08-24 19:18:24 +06:00
parent 11c5b57856
commit 2e378d1458
14 changed files with 390 additions and 202 deletions

View File

@@ -11,6 +11,8 @@ typedef struct SearchTreeNode{
struct SearchTreeNode**** branches; // *STNode[8][8][4]
Unitype value;
} STNode;
kerepType_declare(STNode);
kerepType_declare(STNodePtr);
STNode* STNode_create();
void STNode_free(STNode* node);