summaryrefslogtreecommitdiff
path: root/include/object/deathFx.h
blob: 4f14ea86a459af0ee53a915697662924ccfa3bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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