mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-22 16:02:50 -04:00
18 lines
361 B
C
18 lines
361 B
C
#ifndef _IN_LIB_MAIN_H
|
|
#define _IN_LIB_MAIN_H
|
|
#include <ultra64.h>
|
|
#include "types.h"
|
|
|
|
void mainInit(void);
|
|
void mainEntry(void);
|
|
void func0000db30(char *string, u32 *ptr);
|
|
void mainLoop(void);
|
|
void mainTick(void);
|
|
void mainEndStage(void);
|
|
void mainSetStageNum(s32 stagenum);
|
|
void func0000e990(void);
|
|
void func0000e9c0(void);
|
|
s32 mainGetStageNum(void);
|
|
|
|
#endif
|