Shipwright/soh/src/overlays/actors/ovl_Bg_Spot01_Fusya/z_bg_spot01_fusya.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
485 B
C

#ifndef Z_BG_SPOT01_FUSYA_H
#define Z_BG_SPOT01_FUSYA_H
#include "ultra64.h"
#include "global.h"
struct BgSpot01Fusya;
typedef void (*BgSpot01FusyaActionFunc)(struct BgSpot01Fusya*, GlobalContext*);
typedef struct BgSpot01Fusya {
/* 0x0000 */ Actor actor;
/* 0x014C */ BgSpot01FusyaActionFunc actionFunc;
/* 0x0150 */ char unk_150[0x4];
/* 0x0154 */ f32 unk_154;
/* 0x0158 */ f32 unk_158;
/* 0x015C */ f32 unk_15C;
} BgSpot01Fusya; // size = 0x0160
#endif