/* stick.h */ #include "types.h" extern bool armed; extern unsigned int stick_counter; void stick_input(void); void stick_update(vec3f stick);