Files
perfect-dark/src/include/game/game_1655c0.h
T
2020-03-16 22:22:00 +10:00

10 lines
191 B
C

#ifndef _IN_GAME_GAME_1655C0_H
#define _IN_GAME_GAME_1655C0_H
#include <ultra64.h>
#include "types.h"
struct stagetableentry *stageGetCurrent(void);
s32 stageGetIndex(s32 stagenum);
#endif