]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/root.h
Add API declarations
[libs/gltk.git] / source / root.h
index b2e2409e71177734ee7996fd369c5a66c5b474ba..52e23cae677ee6f03df4ee48a8f25d35400954d9 100644 (file)
@@ -11,6 +11,7 @@
 #include <msp/input/mouse.h>
 #include <msp/input/touchscreen.h>
 #include <msp/time/timestamp.h>
+#include "mspgltk_api.h"
 #include "panel.h"
 
 namespace Msp {
@@ -24,7 +25,7 @@ input from keyboard and mouse.  It can be used by itself or in a GL::Pipeline.
 Due to its specialized nature it's recommended to not use it with Scenes or
 other containers.
 */
-class Root: public Panel, public GL::Renderable, public sigc::trackable
+class MSPGLTK_API Root: public Panel, public GL::Renderable, public sigc::trackable
 {
 public:
        sigc::signal<std::string, int, int> signal_tooltip;