// This file is a part of the Framsticks GDK. // Copyright (C) 2002-2014 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details. // Refer to http://www.framsticks.com/ for further information. #ifndef _PRINTCONVMAP_H_ #define _PRINTCONVMAP_H_ #include class MultiMap; void printConvMap(const SString& gen1,const SString& gen2,const MultiMap& map); void printModelMap(const SString& gen1,const MultiMap& map); #endif