ScummVM API documentation
Scumm::RoomHeader Struct Reference

Public Attributes

union {
   struct {
      uint16   width
 
      uint16   height
 
      uint16   numObjects
 
   }   old
 
   struct {
      uint32   version
 
      uint16   width
 
      uint16   height
 
      uint16   numObjects
 
   }   v7
 
   struct {
      uint32   version
 
      uint32   width
 
      uint32   height
 
      uint32   numObjects
 
      uint32   numZBuffer
 
      uint32   transparency
 
   }   v8
 
}; 
 

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