shithub: pt2-clone

ref: 111a06b02ac20c539326e1d4182e4c7b3b78d771
dir: /src/pt2_module_saver.h/

View raw version
#pragma once

#include <stdbool.h>

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