]> git.tdb.fi Git - libs/core.git/blobdiff - source/io/asset.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / io / asset.h
index 84c2837656f4e8f05d2684e414b824e0e8e39047..41cf10ddc2dc44b8d5eb3aff934f65b8b617bbf2 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MSP_IO_ASSET_H_
 #define MSP_IO_ASSET_H_
 
+#include <msp/core/mspcore_api.h>
 #include "seekable.h"
 
 namespace Msp {
@@ -11,7 +12,7 @@ Opens a file from the application's assets.  On Android, this means the assets
 contained within the APK.  On other platfoms, assets are located in the
 directory indicated by FS::get_sys_data_dir().  Assets are always read-only.
 */
-class Asset: public Seekable
+class MSPCORE_API Asset: public Seekable
 {
 private:
        struct Private;