// This file is a part of Framsticks GDK library. // Copyright (C) 2002-2006 Szymon Ulatowski. See LICENSE.txt for details. // Refer to http://www.frams.alife.pl/ for further information. #ifndef _PRINTCONVMAP_H_ #define _PRINTCONVMAP_H_ #include "sstring.h" class MultiMap; void printConvMap(const SString& gen1,const SString& gen2,const MultiMap& map); void printModelMap(const SString& gen1,const MultiMap& map); #endif