mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-11 14:08:37 -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
|