mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-19 07:17:00 -04:00
8 lines
92 B
C
8 lines
92 B
C
#ifndef _IN_LIBRARY_H
|
|
#define _IN_LIBRARY_H
|
|
#include <ultra64.h>
|
|
|
|
u64 random(void);
|
|
|
|
#endif
|