a lot of loader cleanup
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
|
||||
gryphnInstanceFunctionLayers checkerLoadInstanceFunctions() {
|
||||
return (gryphnInstanceFunctionLayers) {
|
||||
.createInstance = { checkCreateInstance, NULL },
|
||||
.destroyInstance = { checkDestroyInstance, NULL }
|
||||
.createInstance = checkCreateInstance,
|
||||
.destroyInstance = checkDestroyInstance
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user