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
commitff3a4014042ed5743457705262c102074fce900b (patch)
treeafd17cc80ba9a09caa79d9b9ac766d83be7b3be3 /src/texteff.hpp
parent0f552a88a71455910b454f2fd8e5b36f4f66f541 (diff)
downloadopenttd-ff3a4014042ed5743457705262c102074fce900b.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.
*/