#ifndef BITEVOLVER_ENUMS_H
#define BITEVOLVER_ENUMS_H
//
namespace BitEvolver
{
namespace Enums
enum class CrossoverType
None,
Sexual
};
#endif