0
0
Fork 0
mirror of https://github.com/UberGames/RPG-X2.git synced 2025-03-12 02:51:53 +00:00
rpg-x2/game/be_ai_gen.h
2011-06-01 14:20:56 +02:00

17 lines
520 B
C

// Copyright (C) 1999-2000 Id Software, Inc.
//
/*****************************************************************************
* name: be_ai_gen.h
*
* desc: genetic selection
*
* $Archive: /StarTrek/Code-DM/game/be_ai_gen.h $
* $Author: Jmonroe $
* $Revision: 1 $
* $Modtime: 1/21/00 10:12p $
* $Date: 1/25/00 6:27p $
*
*****************************************************************************/
int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);