Files
Cleaner/src/MemoryOperators.cpp
T
2024-10-31 12:59:20 +08:00

8 lines
277 B
C++

// This file will make your mod use LeviLamina's memory operators by default.
// This improves the memory management of your mod and is recommended to use.
// You should not modify anything in this file.
#define LL_MEMORY_OPERATORS
#include <ll/api/memory/MemoryOperators.h>