SSBM Decomp
Toggle main menu visibility
Loading...
Searching...
No Matches
inlines.h
Go to the documentation of this file.
1
#ifndef MELEE_EF_INLINES_H
2
#define MELEE_EF_INLINES_H
3
4
#ifdef M2C
5
#define GET_EFFECT(gobj) ((EF_Effect*) HSD_GObjGetUserData((HSD_GObj*) gobj))
6
#else
7
#define GET_EFFECT(gobj) ((EF_Effect*) HSD_GObjGetUserData(gobj))
8
#endif
9
10
#endif
src
melee
ef
inlines.h
Generated by
1.17.0