ScummVM API documentation
MADS::AnimFile Struct Reference
Inheritance diagram for MADS::AnimFile:
MADS::Anim MADS::AnimInter

Public Member Functions

void load (Common::SeekableReadStream *src)
 

Public Attributes

uint16 num_series
 
uint16 num_frames
 
uint16 num_images
 
uint16 num_speech
 
word load_flags
 
uint16 font_auto_spacing
 
uint16 background_type
 
uint16 background_room
 
int16 misc [10]
 
char background_name [13]
 
char series_name [50][13]
 
char sound_file_name [13]
 
char background_depth [13]
 
char speech_file [13]
 
char font_file [13]
 

Static Public Attributes

static constexpr size_t SIZE
 

Member Data Documentation

◆ SIZE

constexpr size_t MADS::AnimFile::SIZE
static
Initial value:
= (8 * 2) + (10 * 2) + 13 +
( 50 * 13) + 13 + 13 + 13 + 13 +
1

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