diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-09 20:45:25 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-09 20:45:25 -0400 |
| commit | cfa703f013a1e595a418e47ac05df06e9ae4f9b8 (patch) | |
| tree | 6f22ff1f665ac5dfd8f62b321895f846af4bfab5 /src/code | |
| parent | bd0c96e41818de39d243604f2a56bdee779956f2 (diff) | |
`malloc.c` (#42)
* malloc
* match
* bss
* Fix naming
* move __osMalloc to libc64 folder
* move headers to libc64 folder
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/gamealloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/gamealloc.c b/src/code/gamealloc.c index f953028..acf55ee 100644 --- a/src/code/gamealloc.c +++ b/src/code/gamealloc.c @@ -1,5 +1,5 @@ #include "gamealloc.h" -#include "malloc.h" +#include "libc64/malloc.h" #include "libc/stdint.h" void func_800D3720_jp(GameAlloc* this) { |
