diff options
Diffstat (limited to 'include/object')
| -rw-r--r-- | include/object/deathFx.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/object/deathFx.h b/include/object/deathFx.h new file mode 100644 index 00000000..99cffc86 --- /dev/null +++ b/include/object/deathFx.h @@ -0,0 +1,17 @@ +#ifndef TMC_DEATHFX_H +#define TMC_DEATHFX_H + +#ifndef NENT_DEPRECATED +#error "deathFx.h requires new entities" +#endif +#include "entity.h" + +typedef struct { + Entity base; + int filler68; + u8 unk6c; + u8 parentId; + u8 item; +} DeathFxObject; + +#endif // TMC_DEATHFX_H |
