mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 20:40:35 -04:00
15 lines
311 B
C
15 lines
311 B
C
#ifndef _IN_LIB_LIB_4AE00_H
|
|
#define _IN_LIB_LIB_4AE00_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 func0004ae00(void);
|
|
u32 func0004ae2c(void);
|
|
u64 func0004ae68(u64 arg0, u64 arg1);
|
|
u32 func0004aea4(void);
|
|
u32 func0004af0c(void);
|
|
u64 func0004af68(u64 arg0, u64 arg2);
|
|
void bzero(void *s, size_t size);
|
|
|
|
#endif
|