Files
ac-decomp/include/dvderr.h
T
2023-03-22 17:42:02 -04:00

19 lines
219 B
C

#ifndef DVDERR_H
#define DVDERR_H
/* dvderr lives in dol, so dvderr.c is at src/dvderr.c */
#include "types.h"
#ifdef __cplusplus
extern "C" {
#endif
extern BOOL dvderr_draw();
#ifdef __cplusplus
};
#endif
#endif