aboutsummaryrefslogtreecommitdiff
path: root/src/tmonster.h
blob: 5d73ad2341a2ca5ced686db7b0c3a1fc0ab4fcda (plain)
1
2
3
4
5
6
7
8
#ifndef _TMONSTER_H
#define _TMONSTER_H

void tmonster_init(Entity *e);
void tmonster_wait_update(Entity *e);
void tmonster_update(Entity *e);

#endif /* _TMONSTER_H */