PackageManager

Created the commandline Interface
Deleated subcategries

svn path=/trunk/; revision=14553
This commit is contained in:
Maarten Bosma 2005-04-08 19:09:20 +00:00
parent 2cb97d1370
commit c6237266d7
11 changed files with 390 additions and 86 deletions

View file

@ -0,0 +1,19 @@
///////////////////////////////////////////////////
//
// main.h
// main.cpp's lumber room :)
///////////////////////////////////////////////////
#include "package.hpp"
#include <iostream>
vector<string> cmdline;
bool done = false;
int Help (void);
int Install (void);
int Show (void);
int SetStatus (int status1, int status2, WCHAR* text);