updated throw_wrongchar(), removoved null parsing, commits cleared

This commit is contained in:
2022-04-17 00:50:24 +03:00
parent b4f2ca92c7
commit 394fbffc12
21 changed files with 137 additions and 128 deletions

View File

@@ -7,7 +7,7 @@ extern "C" {
#include "../base/base.h"
typedef struct SearchTreeNode{
struct SearchTreeNode**** branches; //*STNode[8][8][4]
struct SearchTreeNode**** branches; // *STNode[8][8][4]
Unitype value;
} STNode;