mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
chore(build): replace squall dependency with mem
This commit is contained in:
parent
6b1ba4cdcf
commit
8e26690926
5 changed files with 6 additions and 6 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,6 +1,6 @@
|
|||
[submodule "lib/squall"]
|
||||
path = lib/squall
|
||||
url = https://github.com/whoahq/squall
|
||||
[submodule "lib/system"]
|
||||
path = lib/system
|
||||
url = https://github.com/whoahq/system
|
||||
[submodule "lib/mem"]
|
||||
path = lib/mem
|
||||
url = https://github.com/thunderbrewhq/mem.git
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ target_include_directories(bc
|
|||
|
||||
target_link_libraries(bc
|
||||
PUBLIC
|
||||
storm
|
||||
mem
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#include "bc/Memory.hpp"
|
||||
#include <storm/Memory.hpp>
|
||||
#include <mem/Memory.hpp>
|
||||
|
||||
void* Blizzard::Memory::Allocate(uint32_t bytes) {
|
||||
return SMemAlloc(bytes, __FILE__, __LINE__, 0x0);
|
||||
|
|
|
|||
1
lib/mem
Submodule
1
lib/mem
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8a8fa7918cebc8fdf23061d4501e49079af9a312
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 3d141195362dc7557d09deab5b25c3647ee4764e
|
||||
Loading…
Add table
Add a link
Reference in a new issue