ViewVC Help
View File
|
Revision Log
|
View Changeset
|
Root Listing
root
/
Oni2
/
AE
/
Installer
/
trunk
/
source
/
methods.h
Revision:
283
Committed:
Sun Mar 29 12:08:21 2009 UTC
(16 years, 6 months ago) by
alloc
Content type:
text/x-chdr
File size:
273 byte(s)
Log Message:
File Contents
#
Content
1
#include
<string>
2
int
mainmenu
();
3
using
namespace
std
;
4
5
void
installPackages
();
6
void
uninstallPackages
();
7
void
getInstalledPackages
();
8
9
bool
getDirectoryContents
(
char
,
char
&
);
10
11
struct
ModPackage
{
12
bool
isInstalled
;
//replace with function
13
string
*
name
;
14
};