typedef struct\r
{\r
char* path;\r
+ char* name;\r
+ char* description;\r
+ char** field;\r
+\r
BOOL icon;\r
BOOL loaded;\r
+ vector<int> neededBy;\r
vector<int> children;\r
-\r
- char** field;\r
- char* name;\r
- char* description;\r
vector<char*> depencies;\r
- vector<int> neededBy;\r
\r
int action;\r
char* files [4];\r
\r
typedef struct\r
{\r
- char* xmltree;\r
+ char** field;\r
\r
- vector<char*> descriptionPath;\r
vector<char*> todo;\r
+ vector<char*> sources;\r
+ vector<char*> descriptionPath;\r
vector<PACKAGE> packages;\r
\r
PML_AddItem addItem;\r