|
SSBM Decomp
|
#include "efalt.h"#include "eflib.h"#include "types.h"#include "baselib/gobj.h"#include "baselib/jobj.h"#include "baselib/particle.h"#include "MSL/math.h"Macros | |
| #define | EFALT_VA_ARG(t) (*((t*) __va_arg(vlist_arg, _var_arg_typeof(t)))) |
Functions | |
| void * | efAlt_Spawn (s32 gfx_id, HSD_GObj *gobj, va_list vlist) |
Variables | |
| volatile u32 | efLib_LoadKind |
| volatile s32 | efLib_AnimCount |
| #define EFALT_VA_ARG | ( | t | ) | (*((t*) __va_arg(vlist_arg, _var_arg_typeof(t)))) |
|
extern |
|
extern |