summaryrefslogtreecommitdiff
path: root/source/libs/asura-lib-utils/filesystem/resource_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/libs/asura-lib-utils/filesystem/resource_manager.h')
-rw-r--r--source/libs/asura-lib-utils/filesystem/resource_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/libs/asura-lib-utils/filesystem/resource_manager.h b/source/libs/asura-lib-utils/filesystem/resource_manager.h
index c5d8f06..36d46cf 100644
--- a/source/libs/asura-lib-utils/filesystem/resource_manager.h
+++ b/source/libs/asura-lib-utils/filesystem/resource_manager.h
@@ -36,6 +36,10 @@ namespace AsuraEngine
///
void SaveFile(const std::string& path, const DataBuffer* buffer);
+ //----------------------------------------------------------------------------------------------------------
+
+ LUAX_DECL_SINGLETON(ResourceManager);
+
};
}