This commit is contained in:
kevinz000
2018-10-22 23:26:38 -07:00
parent 39bfcd8deb
commit c7d0f76205
15 changed files with 428 additions and 147 deletions

View File

@@ -36,3 +36,4 @@
#define GLOBAL_LIST(X) GLOBAL_RAW(/list/##X); GLOBAL_MANAGED(X, null)
#define GLOBAL_DATUM(X, Typepath) GLOBAL_RAW(Typepath/##X); GLOBAL_MANAGED(X, null)