X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85f582bda7cff60e81f16a75551a8e0ee79867e1..b0996c3da00677389854e5afbcef499e7aa1654b:/include/wx/joystick.h?ds=sidebyside diff --git a/include/wx/joystick.h b/include/wx/joystick.h index 3171fca87b..d29ba50b25 100644 --- a/include/wx/joystick.h +++ b/include/wx/joystick.h @@ -1,6 +1,19 @@ +///////////////////////////////////////////////////////////////////////////// +// 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__) @@ -11,8 +24,10 @@ #include "wx/unix/joystick.h" #elif defined(__WXX11__) #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