Home
last modified time | relevance | path

Searched refs:resourceArray (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_Utility.cpp62 Utility::LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* a… in LoadResources() argument
77 bool isPushed = resourceArray.push_back(resourceSet); in LoadResources()
81 return &(resourceArray.back()); in LoadResources()
/NW4C-2.0.3/include/nw/demo/
Ddemo_Utility.h118 …LoadResources(ResourceArray& resourceArray, const wchar_t* resourcePath, os::IAllocator* allocator…