#ifndef __EFFECTS_H #define __EFFECTS_H #include #include bool CreateEffect(dEn_c* enemy, int effect_num); #endif