Import TRK 2.6
This commit is contained in:
parent
3e3b4ac2b1
commit
0de51f3ffa
82 changed files with 7987 additions and 14 deletions
24
include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msg.h
Normal file
24
include/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/msg.h
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
#ifndef METROTRK_PORTABLE_MSG_H
|
||||
#define METROTRK_PORTABLE_MSG_H
|
||||
|
||||
#include "PowerPC_EABI_Support/MetroTRK/trk.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
typedef struct _TRK_Msg {
|
||||
u8 _00[8];
|
||||
u32 m_msgLength;
|
||||
u32 _0C;
|
||||
u32 m_msg;
|
||||
} TRK_Msg;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
DSError TRKMessageSend(TRK_Msg* msg);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* METROTRK_PORTABLE_MSG_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue