Skip to content

Commit

Permalink
refactor: move mem ops
Browse files Browse the repository at this point in the history
  • Loading branch information
RimuruChan committed Feb 19, 2024
1 parent c949be0 commit ca4f4ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 6 additions & 0 deletions src/change_this/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>
5 changes: 0 additions & 5 deletions src/essential/MemoryOperators.cpp

This file was deleted.

0 comments on commit ca4f4ac

Please sign in to comment.