mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-05 17:10:48 -04:00
f_pc mostly linked for Wii/Shield (#3015)
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
#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();
|
||||
static bool execute();
|
||||
};
|
||||
|
||||
#if !PLATFORM_GCN
|
||||
|
||||
Reference in New Issue
Block a user