mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-03 08:33:20 -04:00
8 lines
93 B
C
8 lines
93 B
C
#ifndef _IN_LIBRARY_H
|
|
#define _IN_LIBRARY_H
|
|
#include <ultra64.h>
|
|
|
|
u32 random2(void);
|
|
|
|
#endif
|