mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 20:40:35 -04:00
11 lines
164 B
C
11 lines
164 B
C
#ifndef _IN_LIBRARY_H
|
|
#define _IN_LIBRARY_H
|
|
#include <ultra64.h>
|
|
|
|
u8 random(void);
|
|
|
|
// Not sure what type the argument is
|
|
u8 *ailistFindById(s32 ailistid);
|
|
|
|
#endif
|