tmc/include/object/deathFx.h

15 lines
192 B
C

#ifndef DEATHFX_H
#define DEATHFX_H
#include "entity.h"
typedef struct {
Entity base;
int filler68;
u8 unk6c;
u8 parentId;
u8 item;
} DeathFxObject;
#endif // DEATHFX_H