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