Subversion Repositories spk

Rev

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

Rev 100 Rev 104
Line 16... Line 16...
16
#include "spkdef.h"
16
#include "spkdef.h"
17
#include "ModDiff.h"
17
#include "ModDiff.h"
18
#include "VirtualFileSystem.h"
18
#include "VirtualFileSystem.h"
19
#include "hash.h"
19
#include "hash.h"
20
#include "GameDirectories.h"
20
#include "GameDirectories.h"
-
 
21
#include "Languages.h"
21
 
22
 
22
typedef int s_int;
23
typedef int s_int;
23
 
24
 
24
#include "time.h"
25
#include "time.h"
25
#define ERRORLOG(n) CyString::Number(n) + " " + CyString::Number((long)time(NULL))
26
#define ERRORLOG(n) CyString::Number(n) + " " + CyString::Number((long)time(NULL))