X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e9e4acc5197ac49259b9a39468c5931b4459d87f..e777bd14b3b3ce4a601fcc0df63d64e3dc75ae8e:/include/wx/joystick.h diff --git a/include/wx/joystick.h b/include/wx/joystick.h index 3dd8906c32..d29ba50b25 100644 --- a/include/wx/joystick.h +++ b/include/wx/joystick.h @@ -1,18 +1,33 @@ +///////////////////////////////////////////////////////////////////////////// +// Name: joystick.h +// Purpose: wxJoystick base header +// Author: wxWidgets Team +// Modified by: +// Created: +// Copyright: (c) wxWidgets Team +// RCS-ID: $Id$ +// Licence: wxWindows licence +///////////////////////////////////////////////////////////////////////////// + #ifndef _WX_JOYSTICK_H_BASE_ #define _WX_JOYSTICK_H_BASE_ +#include "wx/defs.h" + #if wxUSE_JOYSTICK #if defined(__WXMSW__) #include "wx/msw/joystick.h" #elif defined(__WXMOTIF__) -#include "wx/motif/joystick.h" +#include "wx/unix/joystick.h" #elif defined(__WXGTK__) -#include "wx/gtk/joystick.h" +#include "wx/unix/joystick.h" #elif defined(__WXX11__) -#include "wx/x11/joystick.h" +#include "wx/unix/joystick.h" +#elif defined(__DARWIN__) +#include "wx/osx/core/joystick.h" #elif defined(__WXMAC__) -#include "wx/mac/joystick.h" +#include "wx/osx/joystick.h" #elif defined(__WXPM__) #include "wx/os2/joystick.h" #endif