Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_error_msg.h
Go to the documentation of this file.
1#ifndef D_D_ERROR_MSG_H
2#define D_D_ERROR_MSG_H
3
4#include "d/d_com_inf_game.h"
5
7 /* 8009D790 */ static bool execute();
8};
9
11 /* 8009D194 */ static void draw(s32);
12 /* 8009D354 */ static u8 execute();
13};
14
15#endif /* D_D_ERROR_MSG_H */
Definition d_error_msg.h:10
static u8 execute()
Definition d_error_msg.cpp:152
static void draw(s32)
Definition d_error_msg.cpp:121
Definition d_error_msg.h:6
static bool execute()
Definition d_error_msg.cpp:238
signed long s32
Definition types.h:6
unsigned char u8
Definition types.h:8