mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-23 16:25:09 -04:00
12 lines
235 B
C
12 lines
235 B
C
#ifndef IN_GAME_GAME_00B820_H
|
|
#define IN_GAME_GAME_00B820_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void stageChooseActiveHeads(s32 stagenum);
|
|
void resetSomeStageThings(void);
|
|
void stageAllocateBgChrs(void);
|
|
|
|
#endif
|