Worldstone
|
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 |
Implementation of a DCC file decoder.
Definition in file dcc.h.