genetic-bit-string-evolver/ForwardDeclarations.h

14 lines
180 B
C++

#ifndef BITEVOLVER_FORWARD_DECLARATIONS_H
#define BITEVOLVER_FORWARD_DECLARATIONS_H
//
namespace BitEvolver
{
//
class Population;
class Breeder;
class Chromosome;
};
#endif