#ifndef effects_H #define effects_H #include #include "EffectEntry.h" #include "Effect.h" #include "effect_clock.h" extern SimpleList* effects; extern SimpleList* cycle_effects; extern Effect* current_effect; extern ClockEffect effect_clock; void setup_effects(); #endif