chore(build): replace squall dependency with mem

This commit is contained in:
phaneron 2023-08-04 19:57:51 -04:00
parent 6b1ba4cdcf
commit 8e26690926
5 changed files with 6 additions and 6 deletions

6
.gitmodules vendored
View file

@ -1,6 +1,6 @@
[submodule "lib/squall"]
path = lib/squall
url = https://github.com/whoahq/squall
[submodule "lib/system"] [submodule "lib/system"]
path = lib/system path = lib/system
url = https://github.com/whoahq/system url = https://github.com/whoahq/system
[submodule "lib/mem"]
path = lib/mem
url = https://github.com/thunderbrewhq/mem.git

View file

@ -16,5 +16,5 @@ target_include_directories(bc
target_link_libraries(bc target_link_libraries(bc
PUBLIC PUBLIC
storm mem
) )

View file

@ -1,5 +1,5 @@
#include "bc/Memory.hpp" #include "bc/Memory.hpp"
#include <storm/Memory.hpp> #include <mem/Memory.hpp>
void* Blizzard::Memory::Allocate(uint32_t bytes) { void* Blizzard::Memory::Allocate(uint32_t bytes) {
return SMemAlloc(bytes, __FILE__, __LINE__, 0x0); return SMemAlloc(bytes, __FILE__, __LINE__, 0x0);

1
lib/mem Submodule

@ -0,0 +1 @@
Subproject commit 8a8fa7918cebc8fdf23061d4501e49079af9a312

@ -1 +0,0 @@
Subproject commit 3d141195362dc7557d09deab5b25c3647ee4764e