A reimplementation of Mario Kart Wii's physics engine in C++
Loading...
Searching...
No Matches
Abstract::g3d::ResFile Class Reference

#include <ResFile.hh>

Description

Represents a binary resource file which contains object models, textures, and animations.

All resource files start with a header of length 0x10. The header is followed by a root section (represented as TopLevelDictData) which uses a ResDic to point to different sections of the file.

Definition at line 15 of file ResFile.hh.

Classes

struct  Data
 
struct  TopLevelDictData
 The "root" section of the file. More...
 

Public Member Functions

 ResFile (const void *data)
 
ResAnmChr resAnmChr (const char *pName) const
 Retrieves the AnmChr section from the binary file.
 

Private Attributes

const Datam_data
 

Constructor & Destructor Documentation

◆ ResFile()

Abstract::g3d::ResFile::ResFile ( const void * data)
inline

Definition at line 28 of file ResFile.hh.

Member Function Documentation

◆ resAnmChr()

ResAnmChr Abstract::g3d::ResFile::resAnmChr ( const char * pName) const
inlinenodiscard0x8004C780

Retrieves the AnmChr section from the binary file.

Definition at line 32 of file ResFile.hh.

Member Data Documentation

◆ m_data

const Data* Abstract::g3d::ResFile::m_data
private

Definition at line 42 of file ResFile.hh.