shithub: pt2-clone

ref: 32a39e9d1f2080597df18700462bc14a2f5e871f
dir: /src/pt2_module_saver.h/

View raw version
#pragma once

#include <stdbool.h>

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