]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/gamecontroller.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / input / gamecontroller.h
index baf94cb6c9e437f05422636787111c2b1d57d985..8fbaea90f7eb86e8f528834c6a55d6de2266bdb4 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_INPUT_GAMECONTROLLER_H_
 #define MSP_INPUT_GAMECONTROLLER_H_
 
+#include <msp/graphics/mspgui_api.h>
 #include <msp/io/eventdispatcher.h>
 #include <msp/time/timedelta.h>
 #include "device.h"
@@ -8,7 +9,7 @@
 namespace Msp {
 namespace Input {
 
-class GameController: public Device
+class MSPGUI_API GameController: public Device
 {
 private:
        struct Private;