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