From 70cb6d01b478fbb1cfa2741553f35e6d8da4042d Mon Sep 17 00:00:00 2001 From: Kyle K Date: Wed, 15 Apr 2015 04:38:04 -0500 Subject: initial commit 1st commit after 3 hard weeks of staring at hex editor. At this time WMN.DAT archive from Wangan Midnight is extractable. --- stdafx.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 stdafx.h (limited to 'stdafx.h') diff --git a/stdafx.h b/stdafx.h new file mode 100644 index 0000000..99add25 --- /dev/null +++ b/stdafx.h @@ -0,0 +1,18 @@ +// stdafx.h : include file for standard system include files, +// or project specific include files that are used frequently, but +// are changed infrequently +// + +#define _CRT_SECURE_NO_WARNINGS +#pragma once + +#include "targetver.h" + +#include +#include +#include +#include +#include + + +// TODO: reference additional headers your program requires here -- cgit v1.2.3