1 2 3 4 5 6 7
#ifndef _BAT_H #define _BAT_H void bat_init(Entity *e); void bat_update(Entity *e); #endif /* _BAT_H */