libtcod
Loading...
Searching...
No Matches
console_rexpaint.hpp File Reference

REXPaint support. More...

#include <filesystem>
#include <vector>
#include "console_rexpaint.h"
#include "console_types.hpp"

Go to the source code of this file.

Namespaces

namespace  tcod
 The libtcod namespace.

Functions

std::vector< tcod::ConsolePtrtcod::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.

Detailed Description

REXPaint support.