]> git.tdb.fi Git - libs/game.git/blobdiff - source/game/resources.h
Decorate things which constitute the public API of the library
[libs/game.git] / source / game / resources.h
index c5b83726168406047a713056da7d1a1d1f3d2a21..62084337ac136d77ba163dde7a656c1b78da83e2 100644 (file)
@@ -5,15 +5,16 @@
 #include <msp/datafile/directorysource.h>
 #include <msp/datafile/packsource.h>
 #include <msp/fs/path.h>
+#include "mspgame_api.h"
 
 namespace Msp::Game {
 
-class Resources: virtual public DataFile::Collection
+class MSPGAME_API Resources: virtual public DataFile::Collection
 {
 public:
 };
 
-class ApplicationResources: public Resources
+class MSPGAME_API ApplicationResources: public Resources
 {
 private:
        DataFile::DirectorySource dir_src;