Use GUI for ORS instead of console only
diff --git a/openrecoveryscript.hpp b/openrecoveryscript.hpp
index 2c7a81e..1017d90 100644
--- a/openrecoveryscript.hpp
+++ b/openrecoveryscript.hpp
@@ -37,7 +37,7 @@
 	static int Install_Command(string Zip);                                        // Installs a zip
 	static string Locate_Zip_File(string Path, string File);                       // Attempts to locate the zip file in storage
 	static int Backup_Command(string Options);                                     // Runs a backup
-
+	static void Run_OpenRecoveryScript();                                          // Starts the GUI Page for running OpenRecoveryScript
 };
 
 #endif // _OPENRECOVERYSCRIPT_HPP