summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_Obj_Shutter/z_obj_shutter.h
blob: 3f23b3dfe04269e21f60b31845fd69d14771aac7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef Z_OBJ_SHUTTER_H
#define Z_OBJ_SHUTTER_H

#include "global.h"

struct ObjShutter;

typedef struct ObjShutter {
    /* 0x000 */ Actor actor;
    /* 0x144 */ u8 scheduleResult;
    /* 0x148 */ f32 verticalOffset;
} ObjShutter; // size = 0x14C

#endif // Z_OBJ_SHUTTER_H