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