mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-11 13:09:47 -04:00
11 lines
168 B
C
11 lines
168 B
C
#ifndef _IN_LIB_RNG_H
|
|
#define _IN_LIB_RNG_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 random(void);
|
|
void rngSetSeed(u32 seed);
|
|
u32 func00012e1c(u64 *value);
|
|
|
|
#endif
|