Added temporary Release function to resource manager to be able to reload a resource

This commit is contained in:
sippeangelo
2015-12-09 14:23:49 +01:00
parent c9b140bd6b
commit 3085ccdfbf
2 changed files with 16 additions and 0 deletions
+2
View File
@@ -81,6 +81,8 @@ public:
@param resourceName Fully qualified name of the resource to reload.
*/
static void Reload(std::string resourceName);
static void Release(std::string resourceType, std::string resourceName);
static void Update();