1 2 3 4 5 6 7 8 9
#ifndef __EFFECTS_H #define __EFFECTS_H #include <common.h> #include <game.h> bool CreateEffect(dEn_c* enemy, int effect_num); #endif