]> git.saurik.com Git - wxWidgets.git/blame - include/wx/joystick.h
Various documentation changes, makefile fixes
[wxWidgets.git] / include / wx / joystick.h
CommitLineData
d3c23659
JS
1#ifndef __JOYSTICKH_BASE__
2#define __JOYSTICKH_BASE__
3
4#if defined(__WINDOWS__)
5#include "wx/msw/joystick.h"
6#elif defined(__MOTIF__)
7#elif defined(__GTK__)
8#include "wx/gtk/joystick.h"
9#endif
10
11#endif
12 // __JOYSTICKH_BASE__