mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-28 07:54:55 -04:00
19 lines
219 B
C
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
|