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

@@ -35,7 +35,7 @@ typedef enum gnDebuggerLayer {
} gnDebuggerLayer;
typedef struct gnDebuggerInfo {
gnDebuggerCallback callback;
gnDebuggerCallback callback; // instance callback cannot be null
void* userData;
uint32_t layerCount;