|
|
|
@ -201,9 +201,9 @@ template<class T> class AbstractResourceLoader { |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
Implementation::ResourceManagerData<T>* manager; |
|
|
|
Implementation::ResourceManagerData<T>* manager; |
|
|
|
std::size_t _requestedCount; |
|
|
|
std::size_t _requestedCount, |
|
|
|
std::size_t _loadedCount; |
|
|
|
_loadedCount, |
|
|
|
std::size_t _notFoundCount; |
|
|
|
_notFoundCount; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
template<class T> AbstractResourceLoader<T>::~AbstractResourceLoader() { |
|
|
|
template<class T> AbstractResourceLoader<T>::~AbstractResourceLoader() { |
|
|
|
|