Files
tmc/include/object/deathFx.h
T
2022-02-09 00:15:58 +01:00

18 lines
276 B
C

#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