mirror of
https://github.com/zeldaret/tp
synced 2026-08-14 20:43:32 -04:00
project cleanup (#2895)
* 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
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
#include "d/d_com_inf_game.h"
|
||||
|
||||
struct dShutdownErrorMsg_c {
|
||||
/* 8009D790 */ static bool execute();
|
||||
static bool execute();
|
||||
};
|
||||
|
||||
struct dDvdErrorMsg_c {
|
||||
/* 8009D194 */ static void draw(s32);
|
||||
/* 8009D354 */ static u8 execute();
|
||||
static void draw(s32);
|
||||
static u8 execute();
|
||||
};
|
||||
|
||||
#endif /* D_D_ERROR_MSG_H */
|
||||
|
||||
Reference in New Issue
Block a user