14 lines
420 B
C
Executable File
14 lines
420 B
C
Executable File
// Copyright (C) 1999-2000 Id Software, Inc.
|
|
//
|
|
|
|
/*****************************************************************************
|
|
* name: be_ai_gen.h
|
|
*
|
|
* desc: genetic selection
|
|
*
|
|
* $Archive: /source/code/botlib/be_ai_gen.h $
|
|
*
|
|
*****************************************************************************/
|
|
|
|
int GeneticParentsAndChildSelection(int numranks, float *ranks, int *parent1, int *parent2, int *child);
|