Subversion Repositories spk

Rev

Rev 127 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 cycrow 1
// stdafx.h : include file for standard system include files,
2
// or project specific include files that are used frequently, but
3
// are changed infrequently
4
#pragma once
5
 
6
#include <spk.h>
7
#include "../../common/spknet.h"
8
 
209 cycrow 9
#define PACKAGERVERSION 1.5
1 cycrow 10
#define PACKAGERBETA	0
11
System::String ^GetVersionString();
12
System::String ^GetVersionString(float version, int beta);
13
 
14
#include "Forms/PackageForm.h"