Go to most recent revision |
Details |
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 |
|
|
|
9 |
#define PACKAGERVERSION 1.10
|
|
|
10 |
#define PACKAGERBETA 0
|
|
|
11 |
System::String ^GetVersionString();
|
|
|
12 |
System::String ^GetVersionString(float version, int beta);
|
|
|
13 |
|
|
|
14 |
#include "Forms/PackageForm.h"
|