Public Member Functions | |
VGMItem (VGMFile *thevgmfile, uint32 theOffset, uint32 theLength=0, const Common::String theName="") | |
RawFile * | GetRawFile () |
Public Attributes | |
VGMFile * | _vgmfile |
Common::String | _name |
uint32 | _dwOffset |
uint32 | _unLength |
Protected Member Functions | |
uint32 | GetBytes (uint32 nIndex, uint32 nCount, void *pBuffer) |
uint8 | GetByte (uint32 offset) |
uint16 | GetShort (uint32 offset) |