Files
GMLIB-LegacyRemoteCallApi/src/MemoryOperators.cpp
T
2025-01-12 20:32:24 +08:00

7 lines
282 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.
// You should not modify anything in this file.
#define LL_MEMORY_OPERATORS
#include <ll/api/memory/MemoryOperators.h>