]> git.tdb.fi Git - libs/game.git/blobdiff - source/gameview/resources.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / gameview / resources.h
index aa20b02bf77a7d1c5571cca8fdb05eb7a6af4456..316a550637d29e5cd24aca183d5d9e96227f3915 100644 (file)
@@ -2,10 +2,11 @@
 #define MSP_GAMEVIEW_RESOURCES_H_
 
 #include <msp/gl/resources.h>
+#include "mspgameview_api.h"
 
 namespace Msp::GameView {
 
-class Resources: public GL::Resources
+class MSPGAMEVIEW_API Resources: public GL::Resources
 {
 public:
        Resources();