]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/TileType.hpp
eating and drinking
[blobs.git] / src / world / TileType.hpp
index c4eadcfc899a93eeb979f5a91638c8faec8c8e60..b5561fffa7a014875975c1325b96f84a456883a2 100644 (file)
@@ -22,6 +22,8 @@ struct TileType {
        };
        std::vector<Yield> resources;
 
+       std::vector<Yield>::const_iterator FindResource(int) const;
+
 };
 
 }