File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
include/nbl/asset/interchange Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class IMeshManipulator;
58
58
@see IAssetWriter
59
59
*/
60
60
61
- class NBL_API IAssetLoader : public virtual core::IReferenceCounted
61
+ class NBL_API2 IAssetLoader : public virtual core::IReferenceCounted
62
62
{
63
63
public:
64
64
enum E_CACHING_FLAGS : uint64_t
@@ -171,15 +171,15 @@ class NBL_API IAssetLoader : public virtual core::IReferenceCounted
171
171
}
172
172
173
173
// ! Override class to facilitate changing how assets are loaded
174
- NBL_API2 class IAssetLoaderOverride
174
+ class IAssetLoaderOverride
175
175
{
176
176
protected:
177
177
_NBL_STATIC_INLINE_CONSTEXPR IAsset::E_MUTABILITY ASSET_MUTABILITY_ON_CACHE_INSERT = IAsset::EM_MUTABLE;
178
178
179
179
IAssetManager* m_manager;
180
180
system::ISystem* m_system;
181
181
public:
182
- IAssetLoaderOverride (IAssetManager* _manager);
182
+ NBL_API2 IAssetLoaderOverride (IAssetManager* _manager);
183
183
184
184
// !
185
185
template <class AssetT >
You can’t perform that action at this time.
0 commit comments