(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h

This commit is contained in:
rubidium
2011-08-21 12:48:46 +00:00
parent 3044b7ecb6
commit 1ca06f2aae
15 changed files with 102 additions and 25 deletions

View File

@@ -12,7 +12,7 @@
#include "stdafx.h"
#include "gfx_func.h"
#include "fontcache.h"
#include "genworld.h"
#include "progress.h"
#include "zoom_func.h"
#include "blitter/factory.hpp"
#include "video/video_driver.hpp"