This commit is contained in:
2016-03-02 18:06:20 +01:00
parent edf481b4d7
commit ffa9d7e607
14 changed files with 306 additions and 19 deletions
+1
View File
@@ -19,6 +19,7 @@ class Resource
protected:
Resource() { }
virtual ~Resource() { }
public:
//Should be thrown in a Resource's constructor if it cannot complete because another resource is still loading.