The unified diff between revisions [bfc9e27f..] and [3dc5e7ac..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'stick.h'

#
# old_revision [bfc9e27f5c40da31ae4269394aaf0545e5856a70]
# new_revision [3dc5e7ac4bcb952cc267892653dd78ed095d8778]
#
# patch "stick.h"
#  from [92351855dae47ede3f1743eee7bec18d064b3db1]
#    to [a9502d291569f674091c5e4d6d54150e9712a460]
#
============================================================
--- stick.h	92351855dae47ede3f1743eee7bec18d064b3db1
+++ stick.h	a9502d291569f674091c5e4d6d54150e9712a460
@@ -7,4 +7,4 @@ void stick_input(void);
 extern unsigned int stick_counter;
 
 void stick_input(void);
-void stick_update(float x, float y, float omega_z);
+void stick_update(vec3f stick);