Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Animation.h458 explicit AnimResource(const void* anmResBuf) in AnimResource() argument
460 Set(anmResBuf); in AnimResource()
475 void Set(const void* anmResBuf);
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Animation.cpp676 AnimResource::Set(const void* anmResBuf) in Set() argument
678 NW_NULL_ASSERT(anmResBuf); in Set()
682 …onst ut::BinaryFileHeader *const pFileHeader = static_cast<const ut::BinaryFileHeader*>(anmResBuf); in Set()