Shipwright/soh/src/overlays/actors/ovl_Obj_Bombiwa/z_obj_bombiwa.h

15 lines
252 B
C

#ifndef Z_OBJ_BOMBIWA_H
#define Z_OBJ_BOMBIWA_H
#include "ultra64.h"
#include "global.h"
struct ObjBombiwa;
typedef struct ObjBombiwa {
/* 0x0000 */ Actor actor;
/* 0x014C */ ColliderCylinder collider;
} ObjBombiwa; // size = 0x0198
#endif