ref: 77f30014a888e20a0940db2c328d935e9e18ec7f dir: /src/pt2_module_saver.h/
#pragma once #include <stdbool.h> bool saveModule(bool checkIfFileExist, bool giveNewFreeFilename); bool modSave(char *fileName); // used by saveModule() and crash handler