#ifndef INSTALL_H #define INSTALL_H #include bool install(char* fpath, bool systemTitle); #endif