mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-04 10:48:20 -04:00
16 lines
335 B
C
16 lines
335 B
C
#ifndef _IN_LIB_LIB_12DC0_H
|
|
#define _IN_LIB_LIB_12DC0_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void rngSetSeed(u32 amount);
|
|
u32 func00012e1c(void);
|
|
u32 func00012e60(void);
|
|
void func00012efc(char *string);
|
|
s32 func00012f30(void);
|
|
char *func00013010(s32 arg0, char *string);
|
|
void func000130d4(s32 *stagenum);
|
|
u32 random(void);
|
|
|
|
#endif
|