mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-14 06:03:48 -04:00
14 lines
262 B
C
14 lines
262 B
C
#ifndef IN_GAME_BOSSFILE_H
|
|
#define IN_GAME_BOSSFILE_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
bool bossfileLoadFull(void);
|
|
u32 bossfileFindFileId(void);
|
|
void bossfileLoad(void);
|
|
void bossfileSave(void);
|
|
void bossfileSetDefaults(void);
|
|
|
|
#endif
|