Shipwright/soh/src/overlays/actors/ovl_Oceff_Wipe4/z_oceff_wipe4.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

20 lines
343 B
C

#ifndef Z_OCEFF_WIPE4_H
#define Z_OCEFF_WIPE4_H
#include "ultra64.h"
#include "global.h"
typedef enum {
/* 0x00 */ OCEFF_WIPE4_SCARECROWS,
/* 0x01 */ OCEFF_WIPE4_UNUSED
} OceffWipe4Type;
struct OceffWipe4;
typedef struct OceffWipe4 {
/* 0x0000 */ Actor actor;
/* 0x014C */ s16 timer;
} OceffWipe4; // size = 0x0150
#endif