(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.

This commit is contained in:
rubidium
2007-12-19 20:45:46 +00:00
parent 8bfbfd0031
commit 2cf7d5b2cb
47 changed files with 138 additions and 59 deletions

View File

@@ -16,6 +16,7 @@
#include "variables.h"
#include "genworld.h"
#include "newgrf_storage.h"
#include "tile.h"
const char *_cmd_text = NULL;