|
libtcod
|
C++ types for console functions. More...
Go to the source code of this file.
Classes | |
| struct | tcod::ConsoleDeleter |
| class | tcod::Console |
| A managed libtcod console containing a grid of tiles with {ch, fg, bg} information. More... | |
Namespaces | |
| namespace | tcod |
| The libtcod namespace. | |
Typedefs | |
| typedef std::unique_ptr< struct TCOD_Console, ConsoleDeleter > | tcod::ConsolePtr |
| A unique pointer to a TCOD_Console. | |
C++ types for console functions.