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 static bool execute();
8};
9
11 static void draw(s32);
12 static u8 execute();
13};
14
15#endif /* D_D_ERROR_MSG_H */
signed long s32
Definition types.h:11
unsigned char u8
Definition types.h:8
Definition d_error_msg.h:10
static u8 execute()
static void draw(s32)
Definition d_error_msg.h:6
static bool execute()