tp/include/d/d_error_msg.h

22 lines
333 B
C

#ifndef D_D_ERROR_MSG_H
#define D_D_ERROR_MSG_H
#include "d/d_com_inf_game.h"
struct dShutdownErrorMsg_c {
static bool execute();
};
struct dDvdErrorMsg_c {
static void draw(s32);
static u8 execute();
};
#if !PLATFORM_GCN
struct dConnectErrorMsg_c {
static void disable();
};
#endif
#endif /* D_D_ERROR_MSG_H */