XPlor/libs/assets/effecttable.h

19 lines
259 B
C
Raw Normal View History

2025-06-07 11:20:47 -04:00
#ifndef EFFECTTABLE_H
#define EFFECTTABLE_H
#include "effectdef.h"
struct FxImpactEntry
{
const EffectDef *nonflesh[29];
const EffectDef *flesh[4];
};
struct ImpactTable
{
const char *name;
FxImpactEntry *table;
};
#endif // EFFECTTABLE_H