]> git.saurik.com Git - wxWidgets.git/blame - include/wx/joystick.h
1) APPCONF_ constants renamed to wxCONFIG_
[wxWidgets.git] / include / wx / joystick.h
CommitLineData
d3c23659
JS
1#ifndef __JOYSTICKH_BASE__
2#define __JOYSTICKH_BASE__
3
2049ba38 4#if defined(__WXMSW__)
d3c23659 5#include "wx/msw/joystick.h"
2049ba38
KB
6#elif defined(__WXMOTIF__)
7#elif defined(__WXGTK__)
d3c23659
JS
8#include "wx/gtk/joystick.h"
9#endif
10
11#endif
12 // __JOYSTICKH_BASE__