mirror of
https://github.com/zeldaret/tmc
synced 2026-05-25 07:23:16 -04:00
15 lines
192 B
C
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
|