mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
a6e76c0841
* some wii OS fixes * remove old dol2asm comments * remove dol2asm.h * remove function address comments * normalize ATTRIBUTE_ALIGN usage * DECL_WEAK macro * fix gcc attribute weak macro * wrap more mwcc specific things in ifdefs * fixes * fix revo sdk version flags * fixes
16 lines
249 B
C
16 lines
249 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();
|
|
};
|
|
|
|
#endif /* D_D_ERROR_MSG_H */
|