Shipwright/soh/src/overlays/effects/ovl_Effect_Ss_Dust/z_eff_ss_dust.h
M4xw 39cc86c260 git subrepo clone https://github.com/HarbourMasters/soh.git
subrepo:
  subdir:   "soh"
  merged:   "ba904bbd0"
upstream:
  origin:   "https://github.com/HarbourMasters/soh.git"
  branch:   "master"
  commit:   "ba904bbd0"
git-subrepo:
  version:  "0.4.1"
  origin:   "???"
  commit:   "???"
2022-03-22 02:51:23 +01:00

21 lines
458 B
C

#ifndef Z_EFF_SS_DUST_H
#define Z_EFF_SS_DUST_H
#include "ultra64.h"
#include "global.h"
typedef struct {
/* 0x00 */ Vec3f pos;
/* 0x0C */ Vec3f velocity;
/* 0x18 */ Vec3f accel;
/* 0x24 */ Color_RGBA8 primColor;
/* 0x28 */ Color_RGBA8 envColor;
/* 0x2C */ s16 scale;
/* 0x2E */ s16 scaleStep;
/* 0x30 */ s16 life;
/* 0x32 */ u16 drawFlags;
/* 0x34 */ u8 updateMode;
} EffectSsDustInitParams; // size = 0x38
#endif