Function TCOD_console_load_xp¶
Defined in File console_rexpaint.h
Function Documentation¶
-
bool TCOD_console_load_xp(TCOD_Console *con, const char *filename)
Update a console from a REXPaint
.xpfile.In C++, you can pass the filepath directly to the TCODConsole constructor to load a REXPaint file.
- Parameters:
con – [out] A console instance to update from the REXPaint file.
filename – [in] A path to the REXPaint file.