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>
8
14struct DObjList {
15 u32 count;
17};
18
19#endif
Definition dobjlist.h:14
u32 count
Definition dobjlist.h:15
HSD_DObj ** data
Definition dobjlist.h:16
Definition dobj.h:17