From 63586f62cb84784e48a55f267fe50e625934aef8 Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Mon, 15 Apr 2024 17:56:50 +0800 Subject: [PATCH] feat: add MemoryOperators --- src/MemoryOperators.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/MemoryOperators.cpp 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