shithub: pt2-clone

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

View raw version
#pragma once

#include <stdbool.h>

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