start checking all instance functions

This commit is contained in:
Greg Wells
2025-06-27 21:22:05 -04:00
parent f98dc5fead
commit 502634770e
10 changed files with 205 additions and 16 deletions

View File

@@ -23,6 +23,7 @@ struct gnInstance_t {
loaderLayerArrayList layers;
loaderLayer* callingLayer;
uint32_t currentLayer;
gnDebuggerHandle debugger;
};