shithub: pt2-clone

ref: 6155437096ad7fd125b8cde49c1c344d7bb6f312
dir: /src/pt2_module_saver.h/

View raw version
#pragma once

#include <stdbool.h>

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