ref: 7d3ab1309bc5e65b76ea937dad18a76337d72e7b dir: /src/pt2_module_saver.h/
#pragma once #include <stdbool.h> bool saveModule(bool checkIfFileExist, bool giveNewFreeFilename); bool modSave(char *fileName);