mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-30 08:26:24 -04:00
a41939ac5a
* d_a_alldie / d_a_tboxSw / d_a_tag_gstart / d_a_tag_hstop * dolphin OS work / cleanup * dolphin GX work / cleanup * finish changing dolphin files to C * more files into C * match rest of MSL_C math functions * more dolphin files converted to C * remove asm * d_bg_w work * remove asm * d_a_alink work / kytag14
14 lines
220 B
C
14 lines
220 B
C
#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 */
|