diff options
| author | Johannes Schickel | 2011-07-01 21:10:25 +0200 |
|---|---|---|
| committer | Johannes Schickel | 2011-07-01 21:10:25 +0200 |
| commit | 8201df7bb6b7c5174b86599bcb3aa3130db30bf8 (patch) | |
| tree | 74d21281d0ebc46e5839306c556ed706aaa13cd1 /gui | |
| parent | 12c94f749d9d0db98d7e410b0e5df6b1ef49a938 (diff) | |
| download | scummvm-rg350-8201df7bb6b7c5174b86599bcb3aa3130db30bf8.tar.gz scummvm-rg350-8201df7bb6b7c5174b86599bcb3aa3130db30bf8.tar.bz2 scummvm-rg350-8201df7bb6b7c5174b86599bcb3aa3130db30bf8.zip | |
GRAPHICS: Move NewFont code to a separate file.
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/ThemeEngine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/ThemeEngine.cpp b/gui/ThemeEngine.cpp index 73c1835c9e..3f2e127902 100644 --- a/gui/ThemeEngine.cpp +++ b/gui/ThemeEngine.cpp @@ -33,6 +33,7 @@ #include "graphics/imagedec.h" #include "graphics/surface.h" #include "graphics/VectorRenderer.h" +#include "graphics/fonts/bdf.h" #include "gui/widget.h" #include "gui/ThemeEngine.h" |
