(svn r9418) -Codechange: Implement actions 1/2/3 for cargos, callback handler and custom icon sprites

This commit is contained in:
peter1138
2007-03-23 20:55:45 +00:00
parent c63db0def3
commit f69549f1eb
10 changed files with 155 additions and 4 deletions

View File

@@ -191,6 +191,9 @@ struct ResolverObject {
Town *town;
HouseID house_id;
} house;
struct {
const struct CargoSpec *cs;
} cargo;
} u;
uint32 (*GetRandomBits)(const struct ResolverObject*);