Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Animation.h479 explicit AnimResource(const void* anmResBuf) in AnimResource() argument
481 Set(anmResBuf); in AnimResource()
496 void Set(const void* anmResBuf);
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Animation.cpp652 AnimResource::Set(const void* anmResBuf) in Set() argument
654 NW_NULL_ASSERT(anmResBuf); in Set()
658 …onst ut::BinaryFileHeader *const pFileHeader = static_cast<const ut::BinaryFileHeader*>(anmResBuf); in Set()