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

C++ types for console functions. More...

#include <memory>
#include <stdexcept>
#include <string>
#include <utility>
#include "console.h"

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, ConsoleDeletertcod::ConsolePtr
 A unique pointer to a TCOD_Console.

Detailed Description

C++ types for console functions.