// This file is a part of the Framsticks GDK library. // Copyright (C) 2002-2011 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