SSBM Decomp
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
b
c
d
e
f
g
h
i
j
k
l
m
n
p
r
s
u
v
w
Enumerations
_
a
c
d
e
f
g
h
i
j
m
n
p
r
s
v
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
v
w
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
msg.h
Go to the documentation of this file.
1
#ifndef _METROTRK_MSG_H
2
#define _METROTRK_MSG_H
3
4
#include <
platform.h
>
5
6
#include "
MetroTRK/dserror.h
"
7
#include "
MetroTRK/msgbuf.h
"
8
9
typedef
struct
TRKPacketSeq
{
10
/* 0x00 */
u16
unk00
;
11
/* 0x02 */
u8
unk02
[6];
12
}
TRKPacketSeq
;
// size = 0x08
9
typedef
struct
TRKPacketSeq
{
…
};
13
14
DSError
TRKMessageSend
(
MessageBuffer
*
buf
);
15
16
#endif
buf
char buf[0x5A4]
Definition
dbanim.c:11
dserror.h
DSError
DSError
Definition
dserror.h:4
TRKMessageSend
DSError TRKMessageSend(MessageBuffer *buf)
Definition
msg.c:5
msgbuf.h
platform.h
MessageBuffer
Definition
msgbuf.h:16
TRKPacketSeq
Definition
msg.h:9
TRKPacketSeq::unk00
u16 unk00
Definition
msg.h:10
TRKPacketSeq::unk02
u8 unk02[6]
Definition
msg.h:11
src
MetroTRK
msg.h
Generated by
1.9.8