aboutsummaryrefslogtreecommitdiff
path: root/src/bat.h
blob: cf21e8a1a8050679f30140956e9dfbf0e0f1fe1b (plain)
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 */