diff options
Diffstat (limited to 'src/cRender.h')
-rw-r--r-- | src/cRender.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cRender.h b/src/cRender.h index 41dd0c6..4aa2c4d 100644 --- a/src/cRender.h +++ b/src/cRender.h @@ -151,6 +151,10 @@ public: */ void mute(bool _mute); + /** Enables Debug info Printing to screen + */ + void enableDebugInfo(bool _enable); + protected: /** Empty Constructor for being inheritable */ @@ -166,6 +170,7 @@ protected: bool bMute; bool bLockScreenSize; + bool bPrintDebugInfo; char **cScreen; //* Pixel Map |