21 lines
414 B
C
21 lines
414 B
C
#ifndef _IN_LIB_MAIN_H
|
|
#define _IN_LIB_MAIN_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
extern s32 var8005dd18;
|
|
|
|
void mainInit(void);
|
|
void mainProc(void);
|
|
void mainOverrideVariable(char *name, void *value);
|
|
void mainLoop(void);
|
|
void mainTick(void);
|
|
void mainEndStage(void);
|
|
void mainChangeToStage(s32 stagenum);
|
|
void func0000e990(void);
|
|
void func0000e9c0(void);
|
|
s32 mainGetStageNum(void);
|
|
|
|
#endif
|