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

@@ -2,7 +2,7 @@
#include "gryphn_rendering_api.h"
typedef enum toLoadLayer {
no_layer, api_layer
no_layer, api_layer, function_checker_layer
} toLoadLayer;
typedef struct loaderInfo {