Simple smooth fix
[neverball] / putt / st_all.h
index 84c7db2..72ef861 100644 (file)
@@ -16,5 +16,10 @@ extern struct state st_stop;
 extern struct state st_fall;
 extern struct state st_score;
 extern struct state st_over;
+extern struct state st_pause;
+
+void set_joystick(SDL_Joystick *);
+
+int goto_pause(struct state *, int);
 
 #endif