summaryrefslogtreecommitdiff
path: root/include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msg.h
blob: c2a697ce4558b98b3b8364cad920ea0c1534188e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef METROTRK_PORTABLE_MSG_H
#define METROTRK_PORTABLE_MSG_H

#include "dolphin/types.h"

typedef struct _TRK_Msg {
	u8 _00[8];
	u32 m_msgLength;
	u32 _0C;
	u32 m_msg;
} TRK_Msg;

#endif /* METROTRK_PORTABLE_MSG_H */