Subversion Repositories spk

Rev

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

Rev 93 Rev 94
Line 15... Line 15...
15
#include "Packages.h"
15
#include "Packages.h"
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
 
21
 
21
typedef int s_int;
22
typedef int s_int;
22
 
23
 
23
#include "time.h"
24
#include "time.h"
24
#define ERRORLOG(n) CyString::Number(n) + " " + CyString::Number((long)time(NULL))
25
#define ERRORLOG(n) CyString::Number(n) + " " + CyString::Number((long)time(NULL))