mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-07 02:49:49 -04:00
22 lines
504 B
C
22 lines
504 B
C
#ifndef _IN_LIB_LIB_126B0_H
|
|
#define _IN_LIB_LIB_126B0_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 func000126b0(void);
|
|
u32 func000126d4(void);
|
|
u32 func000126f0(void);
|
|
u32 func000127b8(void);
|
|
u32 func00012800(void);
|
|
u32 func00012914(void);
|
|
void func00012a0c(void);
|
|
void func00012a14(void *ptr, u32 arg1);
|
|
void func00012a8c(void);
|
|
void *func00012ab0(u32 size); // some kind of malloc for save files?
|
|
u32 func00012c3c(void);
|
|
u32 func00012cb4(void);
|
|
u32 func00012cdc(void);
|
|
u32 func00012d48(void);
|
|
|
|
#endif
|