Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Animation.h481 explicit AnimResource(const void* anmResBuf) in AnimResource() argument
483 Set(anmResBuf); in AnimResource()
498 void Set(const void* anmResBuf);
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Animation.cpp654 AnimResource::Set(const void* anmResBuf) in Set() argument
656 NW_NULL_ASSERT(anmResBuf); in Set()
660 …onst ut::BinaryFileHeader *const pFileHeader = static_cast<const ut::BinaryFileHeader*>(anmResBuf); in Set()