feat: add MemoryOperators

This commit is contained in:
Tsubasa6848
2024-04-15 17:56:50 +08:00
Unverified
parent e1743b41eb
commit 63586f62cb
+7
View File
@@ -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 <ll/api/memory/MemoryOperators.h>