summaryrefslogtreecommitdiff
path: root/src/texteff.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:38:18 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:38:18 +0000
commit9861a8c32229a1c35ee59ad25661a4d7b26d9b9e (patch)
treeafd17cc80ba9a09caa79d9b9ac766d83be7b3be3 /src/texteff.hpp
parent1c51f1e5919c3064a2daf908808e0fe197bdb182 (diff)
downloadopenttd-9861a8c32229a1c35ee59ad25661a4d7b26d9b9e.tar.xz
(svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo.
Diffstat (limited to 'src/texteff.hpp')
-rw-r--r--src/texteff.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/texteff.hpp b/src/texteff.hpp
index e05af98d2..4911d43f4 100644
--- a/src/texteff.hpp
+++ b/src/texteff.hpp
@@ -3,6 +3,8 @@
#ifndef TEXTEFF_HPP
#define TEXTEFF_HPP
+#include "gfx_type.h"
+
/**
* Text effect modes.
*/