ref: 8950a756e1e732b610ec4e2c6b2f9cb7d1fe960d dir: /src/pt2_module_saver.h/
#pragma once #include <stdbool.h> bool saveModule(bool checkIfFileExist, bool giveNewFreeFilename); bool modSave(char *fileName);