aboutsummaryrefslogtreecommitdiff
path: root/engines/touche
diff options
context:
space:
mode:
authorMax Horn2012-02-22 21:03:17 +0100
committerMax Horn2012-02-26 15:21:36 +0100
commit367131ef0ebbc446f5589b3523049eac3d5a572d (patch)
tree4283f700e253762c070d05ed2ec9df4836db0afb /engines/touche
parent215b41b244e042019f82cb507463d7e13672a6d0 (diff)
downloadscummvm-rg350-367131ef0ebbc446f5589b3523049eac3d5a572d.tar.gz
scummvm-rg350-367131ef0ebbc446f5589b3523049eac3d5a572d.tar.bz2
scummvm-rg350-367131ef0ebbc446f5589b3523049eac3d5a572d.zip
COMMON: Move Language and Platform functionality into separate files
Diffstat (limited to 'engines/touche')
-rw-r--r--engines/touche/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/touche/graphics.h b/engines/touche/graphics.h
index 4b769b0a66..5b2ea39a24 100644
--- a/engines/touche/graphics.h
+++ b/engines/touche/graphics.h
@@ -23,7 +23,7 @@
#ifndef TOUCHE_GRAPHICS_H
#define TOUCHE_GRAPHICS_H
-#include "common/util.h"
+#include "common/language.h"
namespace Touche {