mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-16 04:44:08 -04:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef _IN_GAME_GAME_1655C0_H
|
|
#define _IN_GAME_GAME_1655C0_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
u32 stageFindById(void);
|
|
s32 stageGetIndex(s32 stagenum);
|
|
|
|
#endif
|