summaryrefslogtreecommitdiff
path: root/src/gfx.cpp
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-06-21 16:17:47 +0000
committertruelight <truelight@openttd.org>2007-06-21 16:17:47 +0000
commit66a136be0972c9c8a8039b5bec722fb67cd38909 (patch)
tree9a8cf5e86397687ed30d3da2567447b1d843509d /src/gfx.cpp
parent21711da99d9260296b86e755974e3a697db0aae4 (diff)
downloadopenttd-66a136be0972c9c8a8039b5bec722fb67cd38909.tar.xz
(svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh)
Diffstat (limited to 'src/gfx.cpp')
-rw-r--r--src/gfx.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfx.cpp b/src/gfx.cpp
index 4cf2820cf..7d2c9b273 100644
--- a/src/gfx.cpp
+++ b/src/gfx.cpp
@@ -19,6 +19,7 @@
#include "genworld.h"
#include "debug.h"
#include "zoom.hpp"
+#include "texteff.hpp"
#include "blitter/factory.hpp"
#ifdef _DEBUG