Subversion Repositories spk

Rev

Rev 88 | Rev 98 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88 Rev 94
Line 1... Line 1...
1
#pragma once
1
#pragma once
2
#include "BaseFile.h"
2
#include "BaseFile.h"
3
 
-
 
4
typedef struct SWaresText {
-
 
5
	int		iLang;
-
 
6
	Utils::String  sName;
-
 
7
	Utils::String  sDesc;
3
#include "spkdefines.h";
8
} SWaresText;
-
 
9
 
-
 
10
typedef struct SWares {
-
 
11
	Utils::String  sID;
-
 
12
	char    cType;
-
 
13
	long	iPrice;
-
 
14
	int		iSize;
-
 
15
	int		iVolumn;
-
 
16
	int		iNotority;
-
 
17
	bool	bEnabled;
-
 
18
	int		iPosID;
-
 
19
	int		iDescID;
-
 
20
	int		iTextID;
-
 
21
	int		iTextPage;
-
 
22
	CLinkList<SWaresText> lText;
-
 
23
	int		iUsed;
-
 
24
} SWares;
-
 
25
 
-
 
26
	tstruct SSettingType {
-
 
27
		Utils::String	sKey;
-
 
28
		int		iType;
-
 
29
	} SSettingType;
-
 
30
 
-
 
31
 
4
 
32
class SPKEXPORT CSpkFile : public CBaseFile
5
class SPKEXPORT CSpkFile : public CBaseFile
33
{
6
{
34
public:
7
public:
35
	enum {
8
	enum {