Subversion Repositories spk

Rev

Rev 214 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 214 Rev 215
Line 2... Line 2...
2
 
2
 
3
#include "spkdll.h"
3
#include "spkdll.h"
4
#include "Utils/String.h"
-
 
5
#include "lists.h"
4
#include "lists.h"
6
#include "Utils/StringList.h"
-
 
7
#include "Utils/WStringList.h"
5
#include "Utils/WStringList.h"
8
 
6
 
9
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
7
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
10
// Forward Class declarations
8
// Forward Class declarations
11
 
9
 
Line 121... Line 119...
121
	Utils::WString  sShipClass;
119
	Utils::WString  sShipClass;
122
	CXspFile *pPackage;
120
	CXspFile *pPackage;
123
} SGameShip;
121
} SGameShip;
124
 
122
 
125
tstruct SBodies {
123
tstruct SBodies {
126
	Utils::String	 sNumbers;
124
	Utils::WString	 sNumbers;
127
	Utils::String	 sSection;
125
	Utils::WString	 sSection;
128
	Utils::CStringList lEntries;
126
	Utils::WStringList lEntries;
129
} SBodes;
127
} SBodes;
130
 
128
 
131
tstruct SNeededLibrary {
129
tstruct SNeededLibrary {
132
	Utils::WString	sName;
130
	Utils::WString	sName;
133
	Utils::WString	sAuthor;
131
	Utils::WString	sAuthor;