aboutsummaryrefslogtreecommitdiff
path: root/src/bones.h
blob: b0e8d7eefad3fe34fd101a3e7e2af1ae14fcdc23 (plain)
1
2
3
4
5
6
7
#ifndef _BONES_H
#define _BONES_H

void bones_init(Entity *e);
void bones_update(Entity *e);

#endif /* _BONES_H */