ScummVM API documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Got::Gfx::GfxChunks Class Reference

#include <gfx_chunks.h>

Public Member Functions

void load ()
 
GraphicChunkoperator[] (uint idx)
 

Detailed Description

Interface for accessing the graphics.got file. In the release, this is embedded in the executable starting at offset 18af2h onwards. The preceding two bytes should be E2 4A. The collection is mostly images, but there are some palettes and sounds included as well.

Member Function Documentation

◆ load()

void Got::Gfx::GfxChunks::load ( )

Loads the graphic data

◆ operator[]()

GraphicChunk& Got::Gfx::GfxChunks::operator[] ( uint  idx)

Access a chunk


The documentation for this class was generated from the following file: