[email protected] 8 years ago
parent
commit
e4c9e7a017
1 changed files with 1 additions and 0 deletions
  1. 1 0
      oxygine/src/oxygine/res/Resource.h

+ 1 - 0
oxygine/src/oxygine/res/Resource.h

@@ -25,6 +25,7 @@ namespace oxygine
         pugi::xml_attribute getAttribute(const char* attr) const;
         pugi::xml_node      getNode() const {return _node;}
         bool                getUseLoadCounter() const {return _useLoadCounter;}
+        int                 getLoadCounter() const { return _loadCounter; }
         Resource*           getParent() const {return _parent;}