|
libtcod
|
Image handling module. More...
Go to the source code of this file.
Classes | |
| struct | tcod::ImageDeleter |
| class | TCODImage |
Namespaces | |
| namespace | tcod |
| The libtcod namespace. | |
Typedefs | |
| typedef std::unique_ptr< TCOD_Image, ImageDeleter > | tcod::ImagePtr |
| A unique pointer to a TCOD_Image. | |
Functions | |
| void | tcod::draw_quartergraphics (TCOD_Console &dest, const TCOD_Image &source, const std::array< int, 2 > &dest_xy={0, 0}, const std::array< int, 4 > &src_rect={0, 0, -1, -1}) |
| Draw a double resolution image on a console using quadrant character glyphs. | |
Image handling module.