From 421053a694273c9ea56089316b944769157cfba2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 21 Aug 2011 12:48:46 +0000 Subject: (svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h --- src/window.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/window.cpp') diff --git a/src/window.cpp b/src/window.cpp index b20a46004..fec88ce7d 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -17,6 +17,7 @@ #include "console_gui.h" #include "viewport_func.h" #include "genworld.h" +#include "progress.h" #include "blitter/factory.hpp" #include "zoom_func.h" #include "vehicle_base.h" -- cgit v1.2.3-54-g00ecf