|
Turbo Engine 0.3
A C++ game engine using Allegro 5
|
#include <DebugWindow.hpp>
Public Member Functions | |
| virtual void | render ()=0 |
| virtual void | open () |
| virtual void | close () |
Static Public Member Functions | |
| static void | set_color_theme () |
Protected Attributes | |
| bool | is_window_open = true |
|
inlinevirtual |
|
inlinevirtual |
|
pure virtual |
Implemented in debug::ComponentDebug, debug::EngineDebug, debug::GameObjectDebug, and debug::SceneManagerDebug.
|
static |
|
protected |