shithub: pt2-clone

ref: b305f0dca596c8771bfcc50fbc09d9b0a5025899
dir: /src/pt2_module_saver.h/

View raw version
#pragma once

#include <stdbool.h>

bool saveModule(bool checkIfFileExist, bool giveNewFreeFilename);
bool modSave(char *fileName);