X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Finput%2Fgamecontroller.h;fp=source%2Finput%2Fgamecontroller.h;h=8fbaea90f7eb86e8f528834c6a55d6de2266bdb4;hp=baf94cb6c9e437f05422636787111c2b1d57d985;hb=d7686e3867e3c68cec0d3767a21f9d2408383085;hpb=479298192e3e5b71a402f79520c90372a4c4b504 diff --git a/source/input/gamecontroller.h b/source/input/gamecontroller.h index baf94cb..8fbaea9 100644 --- a/source/input/gamecontroller.h +++ b/source/input/gamecontroller.h @@ -1,6 +1,7 @@ #ifndef MSP_INPUT_GAMECONTROLLER_H_ #define MSP_INPUT_GAMECONTROLLER_H_ +#include #include #include #include "device.h" @@ -8,7 +9,7 @@ namespace Msp { namespace Input { -class GameController: public Device +class MSPGUI_API GameController: public Device { private: struct Private;