Subversion Repositories spk

Rev

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

Rev 1 Rev 8
Line 2... Line 2...
2
#define __BASE_ENGINE_STRINGLIST_H__
2
#define __BASE_ENGINE_STRINGLIST_H__
3
 
3
 
-
 
4
#include "Utils/String.h"
4
#include "CyString.h"
5
#include "CyString.h"
5
#include "spkdll.h"
6
#include "spkdll.h"
6
#include "spkdef.h"
7
#include "spkdef.h"
-
 
8
#include "lists.h"
7
 
9
 
8
typedef struct STRUCT_STRINGLIST {
10
typedef struct STRUCT_STRINGLIST {
9
	struct STRUCT_STRINGLIST *next;
11
	struct STRUCT_STRINGLIST *next;
10
	struct STRUCT_STRINGLIST *prev;
12
	struct STRUCT_STRINGLIST *prev;
11
	CyString str;
13
	CyString str;