1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-10 11:03:46 +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,5 +1,5 @@
#ifndef OSMALLOC_H #ifndef LIBC64_OS_MALLOC_H
#define OSMALLOC_H #define LIBC64_OS_MALLOC_H
#include "ultra64.h" #include "ultra64.h"

View file

@ -2,7 +2,7 @@
#define VARIABLES_H #define VARIABLES_H
#include "z64.h" #include "z64.h"
#include "osMalloc.h" #include "libc64/os_malloc.h"
#include "segment_symbols.h" #include "segment_symbols.h"
extern Mtx D_01000000; extern Mtx D_01000000;

View file

@ -1,5 +1,5 @@
#include "global.h" #include "global.h"
#include "osMalloc.h" #include "libc64/os_malloc.h"
typedef void (*arg3_800FC868)(void*); typedef void (*arg3_800FC868)(void*);
typedef void (*arg3_800FC8D8)(void*, u32); typedef void (*arg3_800FC8D8)(void*, u32);

View file

@ -1,5 +1,5 @@
#include "global.h" #include "global.h"
#include "osMalloc.h" #include "libc64/os_malloc.h"
#define LOG_SEVERITY_NOLOG 0 #define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2 #define LOG_SEVERITY_ERROR 2

View file

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

View file

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

View file

@ -1,5 +1,5 @@
#include "global.h" #include "global.h"
#include "osMalloc.h" #include "libc64/os_malloc.h"
#define LOG_SEVERITY_NOLOG 0 #define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2 #define LOG_SEVERITY_ERROR 2

View file

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

View file

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

View file

@ -1,5 +1,5 @@
#include "global.h" #include "global.h"
#include "osMalloc.h" #include "libc64/os_malloc.h"
#define LOG_SEVERITY_NOLOG 0 #define LOG_SEVERITY_NOLOG 0
#define LOG_SEVERITY_ERROR 2 #define LOG_SEVERITY_ERROR 2