#ifndef _EFFECTS_H_ #define _EFFECTS_H_ #include class Effect : public JGuiObject { Effect(int id) : JGuiObject(id) {}; }; #endif // _EFFECTS_H_