aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/text/string_manager.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-23 01:53:40 +0200
committerFilippos Karapetis2014-12-23 01:53:40 +0200
commit15154641ac5ea674a4865d9478074cf1b1d8a36b (patch)
treee04a1fcf221ab858a684942962ba99eb201c5fab /engines/zvision/text/string_manager.h
parent6a53c7cac10294d022e3eb5d47142ad46ef29bd9 (diff)
downloadscummvm-rg350-15154641ac5ea674a4865d9478074cf1b1d8a36b.tar.gz
scummvm-rg350-15154641ac5ea674a4865d9478074cf1b1d8a36b.tar.bz2
scummvm-rg350-15154641ac5ea674a4865d9478074cf1b1d8a36b.zip
ZVISION: Move all of the text related code together
Diffstat (limited to 'engines/zvision/text/string_manager.h')
-rw-r--r--engines/zvision/text/string_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/text/string_manager.h b/engines/zvision/text/string_manager.h
index b77ad65040..f4564ee1ec 100644
--- a/engines/zvision/text/string_manager.h
+++ b/engines/zvision/text/string_manager.h
@@ -24,7 +24,7 @@
#define ZVISION_STRING_MANAGER_H
#include "zvision/detection.h"
-#include "zvision/graphics/truetype_font.h"
+#include "zvision/text/truetype_font.h"
namespace Graphics {
class FontManager;