Added include/wx/joystick.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@88 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
101ceb40b1
commit
d3c2365922
12
include/wx/joystick.h
Normal file
12
include/wx/joystick.h
Normal file
@ -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__
|
Loading…
Reference in New Issue
Block a user