moving functionality into the avatar class, and drawing hands
[laserbrain_demo] / src / avatar.cc
1 #include "avatar.h"
2
3 Avatar::Avatar()
4 {
5         body_rot = 0;
6         head_alt = 0;
7 }