xoreos  0.0.5
Namespaces | Variables
ncgr.cpp File Reference

Nitro Character Graphic Resource, a Nintendo DS image format. More...

#include "src/common/util.h"
#include "src/common/strutil.h"
#include "src/common/readstream.h"
#include "src/common/error.h"
#include "src/graphics/images/ncgr.h"
#include "src/graphics/images/nclr.h"
Include dependency graph for ncgr.cpp:

Go to the source code of this file.

Namespaces

 Graphics
 

Variables

static const uint32 kNCGRID = MKTAG('N', 'C', 'G', 'R')
 
static const uint32 kCHARID = MKTAG('C', 'H', 'A', 'R')
 

Detailed Description

Nitro Character Graphic Resource, a Nintendo DS image format.

Uses NCLR, Nitro CoLoR, palette files.

Definition in file ncgr.cpp.

Variable Documentation

◆ kCHARID

const uint32 kCHARID = MKTAG('C', 'H', 'A', 'R')
static

Definition at line 60 of file ncgr.cpp.

Referenced by Graphics::NCGR::readChar().

◆ kNCGRID

const uint32 kNCGRID = MKTAG('N', 'C', 'G', 'R')
static

Definition at line 59 of file ncgr.cpp.

Referenced by Graphics::NCGR::readHeader().