SSBM Decomp
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