(svn r11771) -Codechange: split settings.h into better separated headers.

This commit is contained in:
rubidium
2008-01-07 00:19:09 +00:00
parent 588f1d2aca
commit 2469bca24c
15 changed files with 241 additions and 230 deletions

View File

@@ -18,7 +18,7 @@
#include "network/network.h"
#include "town.h"
#include "variables.h"
#include "settings.h"
#include "settings_internal.h"
#include "newgrf_townname.h"
#include "strings_func.h"
#include "functions.h"