mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 15:01:53 -04:00
c3213e0c67
* f_op debug 1 * f_op debug 2 * f_op debug 3 * f_op debug 4 * f_op debug 5 * f_op_debug fix build * f_op linking * remove goto in fopac_create * fix regressions * fix regressions * pr comments * f_op debug 6 * f_op debug 7 * f_op debug 8 * f_op debug 9 * f_op debug 10 * f_op work, linking, symbols, heap * regressions 1 * regressions 2 * pr comments
22 lines
333 B
C
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 */
|