GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Console.hpp
Go to the documentation of this file.
1 #ifndef RADIX_CONSOLE_HPP
2 #define RADIX_CONSOLE_HPP
3 
5 
6 namespace radix {
7 
8 class Console : public Logger {
9 public:
10  void render();
11 };
12 
13 } /* namespace radix */
14 #endif /* RADIX_CONSOLE_HPP */
Definition: GameController.hpp:7
Base class to create log sinks.
Definition: Logger.hpp:20
Definition: Console.hpp:8