(svn r10074) -Add: Addition of IndustryOverrideManager as well as the basic (and unfinished) support for callbacks for industries

This commit is contained in:
belugas
2007-06-09 02:05:51 +00:00
parent 142f2aba15
commit 9a4a911bde
8 changed files with 344 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
#define NEWGRF_SPRITEGROUP_H
#include "town.h"
#include "industry.h"
struct SpriteGroup;
@@ -196,6 +197,10 @@ struct ResolverObject {
Town *town;
HouseID house_id;
} house;
struct {
TileIndex tile;
Industry *ind;
} industry;
struct {
const struct CargoSpec *cs;
} cargo;