]> git.saurik.com Git - wxWidgets.git/blame_incremental - include/wx/joystick.h
minor changes to registry classes and wxIniConfig added
[wxWidgets.git] / include / wx / joystick.h
... / ...
CommitLineData
1#ifndef __JOYSTICKH_BASE__
2#define __JOYSTICKH_BASE__
3
4#if defined(__WXMSW__)
5#include "wx/msw/joystick.h"
6#elif defined(__WXMOTIF__)
7#elif defined(__WXGTK__)
8#include "wx/gtk/joystick.h"
9#endif
10
11#endif
12 // __JOYSTICKH_BASE__