diff options
author | Chris Apers | 2005-10-08 19:40:47 +0000 |
---|---|---|
committer | Chris Apers | 2005-10-08 19:40:47 +0000 |
commit | 3bd243e0433be31a0549b38bde10e89fb1d8b864 (patch) | |
tree | 4a1ec9c2f1e5e0a134769f39fbe3727ea4433025 /gui/console.h | |
parent | 8b4f59dc7a0021ec37a26225b6e39e98e7adaa94 (diff) | |
download | scummvm-rg350-3bd243e0433be31a0549b38bde10e89fb1d8b864.tar.gz scummvm-rg350-3bd243e0433be31a0549b38bde10e89fb1d8b864.tar.bz2 scummvm-rg350-3bd243e0433be31a0549b38bde10e89fb1d8b864.zip |
Use font manager
svn-id: r18964
Diffstat (limited to 'gui/console.h')
-rw-r--r-- | gui/console.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/console.h b/gui/console.h index 62deb53c8d..90657b6ce5 100644 --- a/gui/console.h +++ b/gui/console.h @@ -44,6 +44,8 @@ public: protected: Graphics::Surface _canvas; + const Graphics::Font *_font; + char _buffer[kBufferSize]; int _linesInBuffer; |