ScummVM API documentation
Nancy::CifInfo Struct Reference

Public Types

enum  ResType : byte { kResTypeAny, kResTypeImage = 2, kResTypeScript = 3, kResTypeEmpty = 4 }
 
enum  ResCompression { kResCompressionNone = 1, kResCompression = 2 }
 

Public Attributes

Common::Path name
 
ResType type = kResTypeEmpty
 
ResCompression comp = kResCompressionNone
 
uint16 width = 0
 
uint16 pitch = 0
 
uint16 height = 0
 
byte depth = 0
 
uint32 compressedSize = 0
 
uint32 size = 0
 
Common::Rect src
 
Common::Rect dest
 
uint32 dataOffset
 

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