diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/graphics.h b/src/graphics.h index 3adc0ebc..8bacfb9c 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -193,6 +193,8 @@ class Graphics : public gcn::SDLGraphics */ virtual SDL_Surface *getScreenshot(); + gcn::Font *getFont() { return mFont; } + protected: SDL_Surface *mScreen; int mWidth; |