mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-07-04 20:05:32 -04:00
11 lines
114 B
C
11 lines
114 B
C
#ifndef _TLB_RANDOM_H_
|
|
#define _TLB_RANDOM_H_
|
|
#include <ultra64.h>
|
|
|
|
|
|
extern u32 tlbRandomGetNext(void);
|
|
|
|
#endif
|
|
|
|
|