Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
msg.h
Go to the documentation of this file.
1#ifndef METROTRK_PORTABLE_MSG_H
2#define METROTRK_PORTABLE_MSG_H
3
4#include <types.h>
5
6typedef struct _TRK_Msg {
7 u8 _00[8];
9 u32 _0C;
10 u32 m_msg;
12
13#endif /* METROTRK_PORTABLE_MSG_H */
struct _TRK_Msg TRK_Msg
Definition msg.h:6
u32 m_msgLength
Definition msg.h:8
u32 m_msg
Definition msg.h:10
u8 _00[8]
Definition msg.h:7
u32 _0C
Definition msg.h:9