Worldstone
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
dcc.h File Reference

Implementation of a DCC file decoder. More...

#include <stdint.h>
#include <FileStream.h>
#include <Vector.h>
#include <memory>
#include <type_traits>
#include "AABB.h"
#include "ImageView.h"
#include "Palette.h"

Go to the source code of this file.

Classes

class  WorldStone::DCC
 Decoder for the DCC image format. More...
 
struct  WorldStone::DCC::Header
 The header of the file, contains global information about the encoded image. More...
 
struct  WorldStone::DCC::DirectionHeader
 Represents a direction header. More...
 
struct  WorldStone::DCC::FrameHeader
 
struct  WorldStone::DCC::Direction
 

Detailed Description

Implementation of a DCC file decoder.

Definition in file dcc.h.