rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
807 stars 98 forks source link

Move libmem includes into a separate libmem folder #71

Closed rdbo closed 1 year ago

rdbo commented 1 year ago

The headers from the include folder should be in a subdirectory called libmem. Then, the user program would pass the include directory as an include directory for the compiler and include the header like this:

#include <libmem/libmem.h>

Instead of:

#include <libmem.h>
rdbo commented 1 year ago

Done: 6395a59c91dad83afd6ac3ea6185542f1ec9e86f