mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-01 17:57:10 -04:00
17 lines
463 B
C
17 lines
463 B
C
#ifndef _IN_LIB_LIB_0D0A0_H
|
|
#define _IN_LIB_LIB_0D0A0_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void func0000d0a0(void);
|
|
void func0000d0f8(void *memaddr, void *romaddr, u32 len, u32 arg3);
|
|
u32 xorDeadbeef(u32 value);
|
|
u32 xorDeadbabe(u32 value);
|
|
void func0000d29c(void *memaddr, u32 len);
|
|
void func0000d350(void);
|
|
void func0000d410(void *memaddr, void *romaddr, u32 len);
|
|
u32 func0000d44c(void);
|
|
void *func0000d488(void *memaddr, void *romaddr, u32 len);
|
|
|
|
#endif
|