//* GEM-View 3.00 SAVING Modul: Bild als ESM immer in TrueColor speichern (c) 22.10.1993 by Dieter Fiebelkorn Grner Weg 29a D-45768 Marl (GERMANY) */ #include #include "image.h" #include "moduls.h" #include "esm.h" void Save_esmtc (SAVE_Structure *saveS, unsigned int verbose) { Save_esm0 (saveS, verbose, TRUE); }