]> git.saurik.com Git - wxWidgets.git/commitdiff
Added include/wx/joystick.h
authorJulian Smart <julian@anthemion.co.uk>
Sat, 13 Jun 1998 10:12:57 +0000 (10:12 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 13 Jun 1998 10:12:57 +0000 (10:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@88 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/joystick.h [new file with mode: 0644]

diff --git a/include/wx/joystick.h b/include/wx/joystick.h
new file mode 100644 (file)
index 0000000..b6aff39
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __JOYSTICKH_BASE__
+#define __JOYSTICKH_BASE__
+
+#if defined(__WINDOWS__)
+#include "wx/msw/joystick.h"
+#elif defined(__MOTIF__)
+#elif defined(__GTK__)
+#include "wx/gtk/joystick.h"
+#endif
+
+#endif
+    // __JOYSTICKH_BASE__