shithub: pt2-clone

ref: 9768eae03edfeb3ac5ea2ccbb6f81b873c540c20
dir: /src/pt2_module_saver.h/

View raw version
#pragma once

#include <stdbool.h>

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