|
libtcod
|
REXPaint support. More...
Go to the source code of this file.
Namespaces | |
| namespace | tcod |
| The libtcod namespace. | |
Functions | |
| std::vector< tcod::ConsolePtr > | tcod::load_xp (const std::filesystem::path &path) |
| Load an array of consoles from a REXPaint file. | |
| void | tcod::save_xp (const std::vector< const TCOD_Console * > &consoles, const std::filesystem::path &path, int compress_level=9) |
| Save an array of consoles to a REXPaint file. | |
REXPaint support.