diff options
author | rubidium <rubidium@openttd.org> | 2007-12-23 10:56:02 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2007-12-23 10:56:02 +0000 |
commit | 507463e420317193b499c895496807f6e5b5da8f (patch) | |
tree | 38db428e795daef4055965543d541fc03dc4b9d8 /src/main_gui.cpp | |
parent | a3693160cf314d15d9359593fe239e04fe998159 (diff) | |
download | openttd-507463e420317193b499c895496807f6e5b5da8f.tar.xz |
(svn r11684) -Codechange: split gfx.h in a type and functional header.
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index d511d197c..a5505e2e5 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -50,6 +50,7 @@ #include "industry.h" #include "transparency.h" #include "strings_func.h" +#include "zoom_func.h" static int _rename_id = 1; static int _rename_what = -1; |