From a773d45885eac803e794c622a4dfae3f03cc5cb1 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 23 Dec 2007 10:56:02 +0000 Subject: (svn r11684) -Codechange: split gfx.h in a type and functional header. --- src/misc.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/misc.cpp') diff --git a/src/misc.cpp b/src/misc.cpp index 3742f971d..1827f17d4 100644 --- a/src/misc.cpp +++ b/src/misc.cpp @@ -25,6 +25,7 @@ #include "group.h" #include "viewport.h" #include "economy_func.h" +#include "zoom_func.h" char _name_array[512][32]; -- cgit v1.2.3-54-g00ecf