docs/ikteam: Delete most files.
[haiku.git] / src / preferences / joysticks / Joysticks.h
blob2b1cc7ff366f60f3320e3e4459caa7cfc6258c0c
1 /*
2 * Copyright 2007 Haiku.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
7 * Ryan Leavengood, leavengood@gmail.com
8 */
9 #ifndef _JOYSTICKS_H
10 #define _JOYSTICKS_H
13 #include <Application.h>
15 class JoyWin;
16 class BWindow;
19 class Joysticks : public BApplication
21 public:
22 Joysticks(const char *signature);
23 ~Joysticks();
25 virtual void ReadyToRun();
26 virtual bool QuitRequested();
28 protected:
29 JoyWin* fJoywin;
34 #endif /* _JOYSTICKS_H */