diff options
author | Northstar <northstar@northstar.tf> | 2023-12-07 21:20:15 +0100 |
---|---|---|
committer | Northstar <northstar@northstar.tf> | 2023-12-07 21:20:15 +0100 |
commit | de5a5006f16eb792033dc2ba48b0ec67f180f55b (patch) | |
tree | 3e9b8b2ccda111172d3176381303053ea3b15dca /NorthstarDLL/core | |
parent | 2a30a0d58e31a6142a6077e7bd9da85d53e7a329 (diff) | |
download | NorthstarLauncher-de5a5006f16eb792033dc2ba48b0ec67f180f55b.tar.gz NorthstarLauncher-de5a5006f16eb792033dc2ba48b0ec67f180f55b.zip |
Format project
Diffstat (limited to 'NorthstarDLL/core')
-rw-r--r-- | NorthstarDLL/core/memalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NorthstarDLL/core/memalloc.h b/NorthstarDLL/core/memalloc.h index 7df68429..97f60012 100644 --- a/NorthstarDLL/core/memalloc.h +++ b/NorthstarDLL/core/memalloc.h @@ -1,7 +1,7 @@ #pragma once #include "rapidjson/document.h" -//#include "include/rapidjson/allocators.h" +// #include "include/rapidjson/allocators.h" extern "C" void* _malloc_base(size_t size); extern "C" void* _calloc_base(size_t const count, size_t const size); |