Rev 97 | Rev 127 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
#pragma once
#include <spk.h>
#include "../../common/spknet.h"
#define PACKAGERVERSION 1.31
#define PACKAGERBETA 0
System::String ^GetVersionString();
System::String ^GetVersionString(float version, int beta);
#include "Forms/PackageForm.h"