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