Shipwright/soh/src/overlays/actors/ovl_Bg_Spot01_Idohashira/z_bg_spot01_idohashira.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
560 B
C

#ifndef Z_BG_SPOT01_IDOHASHIRA_H
#define Z_BG_SPOT01_IDOHASHIRA_H
#include "ultra64.h"
#include "global.h"
struct BgSpot01Idohashira;
typedef void (*BgSpot01IdohashiraActionFunc)(struct BgSpot01Idohashira*, GlobalContext*);
typedef void (*BgSpot01IdohashiraDrawFunc)(struct BgSpot01Idohashira*, GlobalContext*);
typedef struct BgSpot01Idohashira {
/* 0x0000 */ DynaPolyActor dyna;
/* 0x0164 */ s32 action;
/* 0x0168 */ s32 drawConfig;
/* 0x016C */ u32 npcAction;
/* 0x0170 */ s32 unk_170;
} BgSpot01Idohashira; // size = 0x0174
#endif