Index: AE/Installer/methods.h
===================================================================
--- AE/Installer/methods.h	(revision 282)
+++ 	(revision )
@@ -1,14 +1,0 @@
-#include <string>
-int mainmenu();
-using namespace std;
-
-void installPackages();
-void uninstallPackages();
-void getInstalledPackages();
-
-bool getDirectoryContents(char , char &);
-
-struct ModPackage {
-	bool isInstalled; //replace with function 
-	string *name;
-};
Index: AE/Installer/trunk/source/methods.h
===================================================================
--- AE/Installer/trunk/source/methods.h	(revision 283)
+++ AE/Installer/trunk/source/methods.h	(revision 283)
@@ -0,0 +1,14 @@
+#include <string>
+int mainmenu();
+using namespace std;
+
+void installPackages();
+void uninstallPackages();
+void getInstalledPackages();
+
+bool getDirectoryContents(char , char &);
+
+struct ModPackage {
+	bool isInstalled; //replace with function 
+	string *name;
+};
