]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/partcache.h
Add API declarations
[libs/gltk.git] / source / partcache.h
index 4eef1166d1d9e75f0bc39bd27b087350e8cbf3c1..9dc71bf184c8652de6b5e4939a8bab9224a2f512 100644 (file)
@@ -3,6 +3,7 @@
 
 #include <msp/gl/mesh.h>
 #include <msp/gl/texture2d.h>
+#include "mspgltk_api.h"
 
 namespace Msp {
 namespace GLtk {
@@ -19,7 +20,7 @@ struct CachedPart
        ~CachedPart();
 };
 
-class PartCache
+class MSPGLTK_API PartCache
 {
 public:
        class Rebuild