(svn r24689) -Codechange: Add resolver classes for industries.

This commit is contained in:
alberth
2012-11-10 20:44:10 +00:00
parent 348ef7f12c
commit f7352871fa
4 changed files with 321 additions and 141 deletions

View File

@@ -33,6 +33,7 @@
#include "newgrf_station.h"
#include "newgrf_town.h"
#include "newgrf_railtype.h"
#include "newgrf_industries.h"
#include "widgets/newgrf_debug_widget.h"