3#include "abstract/g3d/ResAnmChr.hh"
4#include "abstract/g3d/ResDic.hh"
28 ResFile(
const void *data) : m_data(reinterpret_cast<const
Data *>(data)) {}
34 void *dicData = dic[
"AnmChr(NW4R)"];
36 void *anmChrData =
ResDic(dicData)[pName];
Represents the CHR0 file format, which pertains to model movement animations.
Essentially a lookup table to find different sections within the resource file.
Represents a binary resource file which contains object models, textures, and animations.
ResAnmChr resAnmChr(const char *pName) const
Retrieves the AnmChr section from the binary file.
An abstraction of components from the nw4r and RVL libraries.
The "root" section of the file.