#include <rConsole.h>
Public Member Functions | |
rSmallConsoleCallback (BOOLRETFUNC *f) | |
Static Public Member Functions | |
static bool | SmallColsole () |
Definition at line 98 of file rConsole.h.
rSmallConsoleCallback::rSmallConsoleCallback | ( | BOOLRETFUNC * | f | ) |
bool rSmallConsoleCallback::SmallColsole | ( | ) | [static] |
Definition at line 192 of file rConsole.cpp.
References tCallbackOr::Exec().
Referenced by rConsole::DoPrint(), rConsole::Height(), and rConsole::Render().
00192 { 00193 return Exec(SmallColsole_anchor); 00194 }