00001 #ifndef GLINTERFACEMOVEGENE_H_ 00002 #define GLINTERFACEMOVEGENE_H_ 00003 00008 class GLInterfaceMoveGene 00009 { 00010 public: 00016 virtual void moveGene(int old_position, int new_position) = 0; 00017 }; 00018 00019 #endif /*GLINTERFACEMOVEGENE_H_*/