mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-02 01:59:43 -04:00
11 lines
188 B
C
11 lines
188 B
C
#ifndef _IN_LIB_FAULT_H
|
|
#define _IN_LIB_FAULT_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
void faultInit(void);
|
|
void faultAssert(char *msg, char *file, s32 line);
|
|
|
|
#endif
|