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;
+};
