Add code, unknown original date
This commit is contained in:
13
code/game/.svn/text-base/be_ai_gen.h.svn-base
Executable file
13
code/game/.svn/text-base/be_ai_gen.h.svn-base
Executable file
@@ -0,0 +1,13 @@
|
||||
// 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);
|
||||
Reference in New Issue
Block a user