Skip to content

Commit c617071

Browse files
committed
chore: add MemoryOperators
1 parent fdfc736 commit c617071

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/lse/MemoryOperators.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// This file will make your plugin use LeviLamina's memory operators by default.
2+
// This improves the memory management of your plugin and is recommended to use.
3+
4+
#define LL_MEMORY_OPERATORS
5+
6+
#include <ll/api/memory/MemoryOperators.h>

0 commit comments

Comments
 (0)