Initial commit

This commit is contained in:
2022-10-22 11:03:43 -04:00
commit 48bd114e4b
10 changed files with 8276 additions and 0 deletions

10
include/Base.h Normal file
View File

@@ -0,0 +1,10 @@
//#ifndef BASE
//#define BASE
//#include "NodeRenderer.h"
#include "MapBlock.h"
class NodeManager;
extern NodeManager nodeManager;
//#endif