diff options
| author | Henny022p <info@henny022.de> | 2022-02-09 00:15:58 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2022-02-09 00:15:58 +0100 |
| commit | 61e780fb2ac13f534c395cf5559175c63568cde2 (patch) | |
| tree | 03f5f5a5b0d606b7b33fc7d5b8b1538edce6de87 /include/object | |
| parent | 9360acdcc620015f170b0df3e0dd65fa6a2d24b4 (diff) | |
decomp deathFx.c
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 |
