#ifndef _BAT_H #define _BAT_H void bat_init(Entity *e); void bat_update(Entity *e); #endif /* _BAT_H */