From 663d9336324110648ffdea7c7092a004353419b5 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 1 May 2009 17:14:46 -0500 Subject: Initial commit of source from zwzsg --- KPL_Start.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 KPL_Start.h (limited to 'KPL_Start.h') diff --git a/KPL_Start.h b/KPL_Start.h new file mode 100644 index 0000000..8c19a6f --- /dev/null +++ b/KPL_Start.h @@ -0,0 +1,19 @@ +//--------------------------------------------------------------------------- + +#ifndef KPL_StartH +#define KPL_StartH +#ifndef __declspec +#define __declspec(x) +#endif +//--------------------------------------------------------------------------- +extern "C" __declspec(dllexport) int StartSpectator(void*); +extern "C" __declspec(dllexport) int StartEasy(void*); +extern "C" __declspec(dllexport) int StartMedium(void*); +extern "C" __declspec(dllexport) int StartHard(void*); +extern "C" __declspec(dllexport) int StartVeryHard(void*); +extern "C" __declspec(dllexport) int StartMultiPlayer(void*); +extern "C" __declspec(dllexport) int StartSettings(void*); +extern "C" __declspec(dllexport) int LaunchSpringExecutable(int Difficulty); + +//--------------------------------------------------------------------------- +#endif -- cgit v1.2.3-70-g09d2