]>
Commit | Line | Data |
---|---|---|
34138703 JS |
1 | #ifndef _WX_JOYSTICK_H_BASE_ |
2 | #define _WX_JOYSTICK_H_BASE_ | |
d3c23659 | 3 | |
2049ba38 | 4 | #if defined(__WXMSW__) |
d3c23659 | 5 | #include "wx/msw/joystick.h" |
2049ba38 | 6 | #elif defined(__WXMOTIF__) |
34138703 | 7 | #include "wx/motif/joystick.h" |
2049ba38 | 8 | #elif defined(__WXGTK__) |
d3c23659 | 9 | #include "wx/gtk/joystick.h" |
34138703 JS |
10 | #elif defined(__WXMAC__) |
11 | #include "wx/mac/joystick.h" | |
12 | #elif defined(__WXSTUBS__) | |
13 | #include "wx/stubs/joystick.h" | |
d3c23659 JS |
14 | #endif |
15 | ||
16 | #endif | |
34138703 | 17 | // _WX_JOYSTICK_H_BASE_ |