class DNA; class Animal; struct GraphJNode { float c, cd; float h, hd; float p; float hpop; GraphJNode *next; float hue; }; class Jungle : public World { public: Jungle(void); void Collide( Animal*, Animal* ); bool Conflict( Animal* ); void InsertAnimal( DNA* ); void Remove( Animal* ); bool RenderGraph(); void UpdateGraph(); GraphJNode *gjhead, *gjtail; float c, cd, h, hd; };
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 3052 | Sam Stafford |
Add Genesaver to the Public Depot. It's not in any way Perforce-related, but it does share a bit of code with Jamgraph, and it feels strange to have an open-source project that's not in the PD. |