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#include <platform.h>
5
6#include <baselib/forward.h>
7
8#include <baselib/gobj.h>
9
10#ifdef M2CTX
11#define GET_EFFECT(gobj) ((Effect*) HSD_GObjGetUserData((HSD_GObj*) gobj))
12#else
13#define GET_EFFECT(gobj) ((Effect*) HSD_GObjGetUserData(gobj))
14#endif
15
16#endif