mirror of
https://github.com/encounter/tp.git
synced 2026-03-30 11:40:53 -07:00
16 lines
294 B
C
16 lines
294 B
C
#ifndef D_D_ERROR_MSG_H
|
|
#define D_D_ERROR_MSG_H
|
|
|
|
#include "d/d_com_inf_game.h"
|
|
|
|
struct dShutdownErrorMsg_c {
|
|
/* 8009D790 */ static bool execute();
|
|
};
|
|
|
|
struct dDvdErrorMsg_c {
|
|
/* 8009D194 */ static void draw(s32);
|
|
/* 8009D354 */ static u8 execute();
|
|
};
|
|
|
|
#endif /* D_D_ERROR_MSG_H */
|