ref: a5b5d353d0249aca82251c8f01b3fae8f750ec67 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