(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

@@ -42,6 +42,7 @@ struct CargoSpec {
SpriteID sprite;
uint16 classes;
const struct SpriteGroup *group;
bool IsValid() const;
};