Subversion Repositories spk

Rev

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

Rev 1 Rev 15
Line 8... Line 8...
8
 
8
 
9
#define LOGFILE		902
9
#define LOGFILE		902
10
#define VERSION		"1.30"
10
#define VERSION		"1.30"
11
#define DATE		"01/01/2012"
11
#define DATE		"01/01/2012"
12
 
12
 
13
#include "../../Direct3D-Hook/Direct3D-Hook/Direct3D-Hook.h"
13
#include "../../Direct3D-Hook/src/Hook/Direct3D-Hook.h"
14
 
14
 
15
using namespace System;
15
using namespace System;
16
 
16
 
17
namespace GameLauncher {
17
namespace GameLauncher {
18
 
18