Add missing file and tidy up somewhat.

This commit is contained in:
2014-11-23 20:20:48 +00:00
parent 8b3ff9feba
commit 4f171f3023
12 changed files with 136 additions and 186 deletions

View File

@@ -7,4 +7,4 @@ extern bool armed;
extern unsigned int stick_counter;
void stick_input(void);
void stick_update(float x, float y, float omega_z);
void stick_update(vec3f stick);