Libtcod display management context.
struct TCOD_ContextParams TCOD_ContextParams
A struct of parameters used to create a new context with TCOD_context_new.
TCOD_Error TCOD_context_new(const TCOD_ContextParams *params, TCOD_Context **out)
Create a new context with the given parameters.
A rendering context for libtcod.
Definition context.h:312
A struct of parameters used to create a new context with TCOD_context_new.
Definition context.h:68