 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const ( MmapVersion = 4 SizeOfGrids = 533.33333 )
Variables ¶
      View Source
      
  
var Magic = [4]byte{'P', 'A', 'M', 'M'} // MMAP
    Functions ¶
This section is empty.
Types ¶
type TileHeader ¶
type TileHeader struct {
	Magic          [4]byte
	DtVersion      uint32
	MoveMapVersion uint32
	Size           uint32
	UsesLiquids    bool
	Padding        [3]byte
}
    func ReadTileHeader ¶
func ReadTileHeader(stream io.Reader) (*TileHeader, error)
 Click to show internal directories. 
   Click to hide internal directories.