ref: 174483574aec53d3a45379fdc0b4c1907d7c7ae1 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