Shipwright/soh/src/overlays/effects/ovl_Effect_Ss_Sibuki2/z_eff_ss_sibuki2.h

15 lines
277 B
C

#ifndef Z_EFF_SS_SIBUKI2_H
#define Z_EFF_SS_SIBUKI2_H
#include "ultra64.h"
#include "global.h"
typedef struct {
/* 0x00 */ Vec3f pos;
/* 0x0C */ Vec3f velocity;
/* 0x18 */ Vec3f accel;
/* 0x24 */ s16 scale;
} EffectSsSibuki2InitParams; // size = 0x28
#endif