Subversion Repositories spk

Rev

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

Rev 197 Rev 202
Line 15... Line 15...
15
#include "ModDiff.h"
15
#include "ModDiff.h"
16
#include "VirtualFileSystem.h"
16
#include "VirtualFileSystem.h"
17
#include "GameDirectories.h"
17
#include "GameDirectories.h"
18
#include "Languages.h"
18
#include "Languages.h"
19
#include "Utils/List.h"
19
#include "Utils/List.h"
20
#include "Utils/String.h"
-
 
21
#include "spkdef.h"
20
#include "spkdef.h"
22
 
21
 
23
typedef int s_int;
22
typedef int s_int;
24
 
23
 
25
#include "time.h"
24
#include "time.h"
26
#define ERRORLOG(n) Utils::WString::Number(n) + " " + Utils::WString::Number((long)time(NULL))
25
#define ERRORLOG(n) Utils::WString::Number(n) + " " + Utils::WString::Number((long)time(NULL))
27
#define ERRORLOG_S(n) Utils::String::Number(n) + " " + Utils::String::Number((long)time(NULL))
-
 
28
 
26
 
29
#define LIBRARYVERSION 2.31f
27
#define LIBRARYVERSION 2.31f
30
 
28
 
31
namespace SPK {
29
namespace SPK {
32
	void			SPKEXPORT AssignAutomaticFiletypes(const Utils::WStringList &list);
30
	void			SPKEXPORT AssignAutomaticFiletypes(const Utils::WStringList &list);