2 * Copyright 2007 Haiku.
3 * Distributed under the terms of the MIT License.
6 * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
7 * Ryan Leavengood, leavengood@gmail.com
13 #include <Application.h>
19 class Joysticks
: public BApplication
22 Joysticks(const char *signature
);
25 virtual void ReadyToRun();
26 virtual bool QuitRequested();
34 #endif /* _JOYSTICKS_H */