shithub: pt2-clone

ref: 94ae360adff69fcc0ad25b169c0fa1342ba21cbb
dir: /src/pt2_module_saver.h/

View raw version
#pragma once

#include <stdbool.h>

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