~vcs-imports/pioneer/svn-trunk

« back to all changes in this revision

Viewing changes to client/ai/genetic_core.c

  • Committer: rclobus
  • Date: 2015-05-30 23:26:08 UTC
  • Revision ID: svn-v4:c750a946-3510-0410-bd10-f3f687b18174:trunk/pioneers:2132
Oops. Reactived the include statements that were deactivated for debugging purposes

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
//#include <stdio.h>
22
 
//#include <stdlib.h>
23
 
//#include <math.h>
24
 
//#include <time.h>
25
 
//#include <glib.h>
 
21
#include <stdio.h>
 
22
#include <stdlib.h>
 
23
#include <math.h>
 
24
#include <glib.h>
26
25
#include "genetic_core.h"
27
26
 
28
27
static int totalResources(const struct gameState_t *myGameState);