X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Finput%2Fgamecontroller.h;h=8fbaea90f7eb86e8f528834c6a55d6de2266bdb4;hb=3bb7bd5d99a71420b1dfa8d433f4f274bbe280fa;hp=baf94cb6c9e437f05422636787111c2b1d57d985;hpb=507fa60f32bd3f64840a2cdd1be5d68478432b55;p=libs%2Fgui.git 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;