Skip to content

Commit

Permalink
chore: add MemoryOperators
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Feb 25, 2024
1 parent fdfc736 commit c617071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lse/MemoryOperators.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// 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>

0 comments on commit c617071

Please sign in to comment.