(svn r15736) -Codechange: Split AIScanner/AIFileInfo to the more generic classes ScriptScanner/ScriptFileInfo.

This commit is contained in:
yexo
2009-03-15 22:41:57 +00:00
parent da81f72532
commit d02548b204
12 changed files with 371 additions and 264 deletions

View File

@@ -57,6 +57,7 @@
#include "station_func.h"
#include "settings_func.h"
#include "ini_type.h"
#include "ai/ai.hpp"
#include "ai/ai_config.hpp"
#include "newgrf.h"
#include "engine_base.h"