00001 #ifndef GLINTERFACESWAPSECTION_H_ 00002 #define GLINTERFACESWAPSECTION_H_ 00003 00007 class GLInterfaceSwapSection 00008 { 00009 public: 00026 virtual void swapSections(GLBaseOrganism* anotherOrganism, 00027 int leftPos, int rightPos) = 0; 00028 }; 00029 00030 #endif /*GLINTERFACESWAPSECTION_H_*/