Gooblah
Heh...
- Joined
- Jun 5, 2007
- Messages
- 4,282
I'm trying to implement a system by which units take a certain amount of food per turn. This will require two parts: defining a new tag in UnitInfos, and creating a function that would calculate the total amount of food produced by unworked tiles.
So, I've created a flowchart or two regarding what variables I need and how to go about doing this, and I'm taking classes in C++ right now. What I need to know is where to place these functions (i.e which files). Any ideas?
So, I've created a flowchart or two regarding what variables I need and how to go about doing this, and I'm taking classes in C++ right now. What I need to know is where to place these functions (i.e which files). Any ideas?