1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-14 11:54:39 +00:00

[headers 13] osMalloc.h -> include/libc64/os_malloc.h (#2175)

* [headers 13] osMalloc.h -> include/libc64/os_malloc.h

* also update the #includes :)
This commit is contained in:
Dragorn421 2024-09-08 23:47:25 +02:00 committed by GitHub
parent 900c2f0f68
commit fb37d7c6cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 11 additions and 11 deletions

View file

@ -1,6 +1,6 @@
#include "global.h"
#include "fault.h"
#include "osMalloc.h"
#include "libc64/os_malloc.h"
#include "terminal.h"
#if PLATFORM_N64
#include "n64dd.h"