|
SSBM Decomp
|
#include <class.h>
Data Fields | |
| struct _HSD_ClassInfoHead | head |
| HSD_Class *(* | alloc )(struct _HSD_ClassInfo *c) |
| int(* | init )(struct _HSD_Class *c) |
| void(* | release )(struct _HSD_Class *c) |
| void(* | destroy )(struct _HSD_Class *c) |
| void(* | amnesia )(struct _HSD_ClassInfo *c) |
| struct _HSD_ClassInfoHead HSD_ClassInfo::head |
| int(* HSD_ClassInfo::init) (struct _HSD_Class *c) |
| void(* HSD_ClassInfo::release) (struct _HSD_Class *c) |
| void(* HSD_ClassInfo::destroy) (struct _HSD_Class *c) |
| void(* HSD_ClassInfo::amnesia) (struct _HSD_ClassInfo *c) |