mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-06 11:37:13 -04:00
12 lines
209 B
C
12 lines
209 B
C
#ifndef _IN_LIB_LIB_2FA00_H
|
|
#define _IN_LIB_LIB_2FA00_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void rmonproc();
|
|
bool rmonIsDisabled(void);
|
|
void crashPrint(const char *format, ...);
|
|
|
|
#endif
|