From 4d0c443953d5f12ab13620b53f0179556f01f9e9 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Tue, 12 Feb 2008 13:23:57 +0000 Subject: (svn r12122) -Codechange: Add framework for generic feature callbacks, along with some parts for AI use. --- src/newgrf_spritegroup.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/newgrf_spritegroup.h') diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h index 13199e0d1..f6507b4d2 100644 --- a/src/newgrf_spritegroup.h +++ b/src/newgrf_spritegroup.h @@ -10,6 +10,7 @@ #include "newgrf_storage.h" #include "core/bitmath_func.hpp" #include "gfx_type.h" +#include "newgrf_generic.h" /** * Gets the value of a so-called newgrf "register". @@ -236,6 +237,16 @@ struct ResolverObject { struct { const struct CargoSpec *cs; } cargo; + struct { + CargoID cargo_type; + uint8 default_selection; + IndustryType src_industry; + IndustryType dst_industry; + uint8 distance; + AIConstructionEvent event; + uint8 count; + uint8 station_size; + } generic; } u; uint32 (*GetRandomBits)(const struct ResolverObject*); -- cgit v1.2.3-54-g00ecf