[Freeciv-Dev] A question about requirement

2010-02-15 Thread Yoav Luft
I'm trying to figure out how to use requirement. In improvement.h, in the improvement struct there's this line: struct requirement_vector reqs; I'd tried to figure out where and how this "requirement_vector" is defined, but could find anything. I know it's not the best place to ask at, but I'd appr

Re: [Freeciv-Dev] A question about requirement

2010-02-15 Thread Pepeto
Le mardi 16 février 2010 à 01:14 +0200, Yoav Luft a écrit : > I'm trying to figure out how to use requirement. In improvement.h, in > the improvement struct there's this line: > struct requirement_vector reqs; > I'd tried to figure out where and how this "requirement_vector" is > defined, but could

Re: [Freeciv-Dev] A question about requirement

2010-02-15 Thread Matthias Pfafferodt
The definition of the vector can be found in ./utility/specvec.h ... Quoting Pepeto : > Le mardi 16 février 2010 à 01:14 +0200, Yoav Luft a écrit : >> I'm trying to figure out how to use requirement. In improvement.h, in >> the improvement struct there's this line: >> struct requirement_vector re

Re: [Freeciv-Dev] A question about requirement

2010-02-16 Thread Jacob Nevins
> I'm trying to figure out how to use requirement. In improvement.h, in > the improvement struct there's this line: > struct requirement_vector reqs; > I'd tried to figure out where and how this "requirement_vector" is > defined, but could find anything. I know it's not the best place to > ask at,

Re: [Freeciv-Dev] A question about requirement

2010-02-16 Thread Yoav Luft
Thanks! On Tue, Feb 16, 2010 at 9:27 AM, Matthias Pfafferodt wrote: > The definition of the vector can be found in ./utility/specvec.h ... > > Quoting Pepeto : > >> Le mardi 16 février 2010 à 01:14 +0200, Yoav Luft a écrit : >>> I'm trying to figure out how to use requirement. In improvement.h, i