Added freeMemory callback to EngineNode, adjusted how nodes are freed
This commit is contained in:
@@ -11,3 +11,7 @@
|
||||
#define CORE_API
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
//test variable sizes based on platform
|
||||
#define STATIC_ASSERT(test_for_true) static_assert((test_for_true), "(" #test_for_true ") failed")
|
||||
|
||||
Reference in New Issue
Block a user