Function tcod::load_xp

Function Documentation

inline std::vector<tcod::ConsolePtr> tcod::load_xp(const std::filesystem::path &path)

Load an array of consoles from a REXPaint file.

New in version 1.18.

Parameters

path – The path to the REXPaint file to load.

Returns

Returns a vector of consoles.