SSBM Decomp
Loading...
Searching...
No Matches
inlines.h
Go to the documentation of this file.
1#ifndef MELEE_TY_INLINES_H
2#define MELEE_TY_INLINES_H
3
4#include <placeholder.h>
5
6#include "ty/forward.h"
7
8#ifdef M2CTX
9#define GET_TOY(gobj) ((Toy*) HSD_GObjGetUserData((HSD_GObj*) gobj))
10#else
11#define GET_TOY(gobj) ((Toy*) HSD_GObjGetUserData(gobj))
12#endif
13
14#endif