diff --git a/src/MemoryOperators.cpp b/src/MemoryOperators.cpp new file mode 100644 index 0000000..f7c918a --- /dev/null +++ b/src/MemoryOperators.cpp @@ -0,0 +1,7 @@ +// This file will make your plugin use LeviLamina's memory operators by default. +// This improves the memory management of your plugin and is recommended to use. +// You should not modify anything in this file. + +#define LL_MEMORY_OPERATORS + +#include