#ifndef EffectEntry_H #define EffectEntry_H #include "Effect.h" typedef struct { const char* name; Effect* effect; } EffectEntry; #endif