ref: 43b257e43bcf623c69e0c38e5e13ee1a2011cf84 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