perfect_dark/src/include/library.h

8 lines
93 B
C

#ifndef _IN_LIBRARY_H
#define _IN_LIBRARY_H
#include <ultra64.h>
u32 random2(void);
#endif