The unified diff between revisions [23a3e9a5..] and [dc88787e..] 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 [23a3e9a50b4034343e3bd217d2c225dcaec064dd]
# new_revision [dc88787ecd1d574feba045763baed2a7651ff33d]
#
# add_file "stick.h"
#  content [a9502d291569f674091c5e4d6d54150e9712a460]
#
============================================================
--- /dev/null	
+++ stick.h	a9502d291569f674091c5e4d6d54150e9712a460
@@ -0,0 +1,10 @@
+/* stick.h */
+
+#include "types.h"
+
+extern bool armed;
+
+extern unsigned int stick_counter;
+
+void stick_input(void);
+void stick_update(vec3f stick);