SSBM Decomp
Loading...
Searching...
No Matches
dobjlist.h
Go to the documentation of this file.
1
#ifndef MELEE_FT_DOBJLIST_H
2
#define MELEE_FT_DOBJLIST_H
3
4
#include <
platform.h
>
5
6
#include <
melee/ft/forward.h
>
7
#include <
sysdolphin/baselib/forward.h
>
8
14
struct
DObjList
{
15
u32
count
;
16
HSD_DObj
**
data
;
17
};
18
19
#endif
forward.h
platform.h
DObjList
Definition
dobjlist.h:14
DObjList::count
u32 count
Definition
dobjlist.h:15
DObjList::data
HSD_DObj ** data
Definition
dobjlist.h:16
HSD_DObj
Definition
dobj.h:17
forward.h
src
melee
ft
dobjlist.h
Generated by
1.9.8