]> git.tdb.fi Git - libs/gui.git/blobdiff - source/input/controlscheme.h
Add decorations for things which should be exported from the library
[libs/gui.git] / source / input / controlscheme.h
index d821fc56f27275127f57d295c1267f8c6570a5b6..3346bc09bc5857ff43025c4597fb574ce66da756 100644 (file)
@@ -3,13 +3,14 @@
 
 #include <map>
 #include <string>
+#include <msp/graphics/mspgui_api.h>
 
 namespace Msp {
 namespace Input {
 
 class Control;
 
-class ControlScheme
+class MSPGUI_API ControlScheme
 {
 private:
        std::map<std::string, Control *> controls;