ref: 88b781094d31f244b52a420330ec8049d7ca7b36 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