moving functionality into the avatar class, and drawing hands
[laserbrain_demo] / src / avatar.cc
diff --git a/src/avatar.cc b/src/avatar.cc
new file mode 100644 (file)
index 0000000..0986d8a
--- /dev/null
@@ -0,0 +1,7 @@
+#include "avatar.h"
+
+Avatar::Avatar()
+{
+       body_rot = 0;
+       head_alt = 0;
+}