Files
InventoryCheck/src/MemoryOperators.cpp
T
Caixukun1919810 b4609b0912 Initial commit
2024-02-27 14:07:17 +08:00

7 lines
235 B
C++

// 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.
#define LL_MEMORY_OPERATORS
#include <ll/api/memory/MemoryOperators.h>