mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-15 14:11:24 -04:00
12 lines
156 B
C
12 lines
156 B
C
#ifndef _IN_LIBRARY_H
|
|
#define _IN_LIBRARY_H
|
|
#include <ultra64.h>
|
|
|
|
u8 random(void);
|
|
|
|
u8 *ailistFindById(u16 ailistid);
|
|
|
|
s32 getCurrentStageId(void);
|
|
|
|
#endif
|