X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6733873f5bc5de9ef538533da786250de9dd9c7..9869c26285dc51d13607cddaa04f65ce983653a5:/include/wx/unix/joystick.h diff --git a/include/wx/unix/joystick.h b/include/wx/unix/joystick.h index 5145446311..ef7a5db223 100644 --- a/include/wx/unix/joystick.h +++ b/include/wx/unix/joystick.h @@ -4,20 +4,18 @@ // Author: Guilhem Lavaux // Modified by: // Created: 01/02/97 -// RCS-ID: $Id$ // Copyright: (c) Guilhem Lavaux // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifndef __JOYSTICKH__ -#define __JOYSTICKH__ +#ifndef _WX_UNIX_JOYSTICK_H_ +#define _WX_UNIX_JOYSTICK_H_ #include "wx/event.h" -#include "wx/thread.h" -class WXDLLEXPORT wxJoystickThread; +class WXDLLIMPEXP_FWD_CORE wxJoystickThread; -class WXDLLEXPORT wxJoystick: public wxObject +class WXDLLIMPEXP_ADV wxJoystick: public wxObject { DECLARE_DYNAMIC_CLASS(wxJoystick) public: @@ -93,5 +91,4 @@ protected: wxJoystickThread* m_thread; }; -#endif - // __JOYSTICKH__ +#endif // _WX_UNIX_JOYSTICK_H_