mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-27 23:46:02 -04:00
19 lines
240 B
C
19 lines
240 B
C
#ifndef M_CARD_H
|
|
#define M_CARD_H
|
|
|
|
#include "types.h"
|
|
#include "libu64/gfxprint.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern void mCD_PrintErrInfo(gfxprint_t* gfxprint);
|
|
extern void mCD_InitAll();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|