(svn r20183) -Codechange: make _do_autosave and _dedicated_forks not use VARDEF and put them in a more logical location

This commit is contained in:
rubidium
2010-07-19 15:44:49 +00:00
parent 523d935882
commit 45213e5708
6 changed files with 9 additions and 10 deletions

View File

@@ -22,7 +22,7 @@
#include "news_gui.h"
#include "company_gui.h"
#include "window_gui.h"
#include "variables.h"
#include "saveload/saveload.h"
#include "window_func.h"
#include "statusbar_gui.h"
#include "core/geometry_func.hpp"