diff options
author | Kyle K <kylek389@gmail.com> | 2015-04-15 04:38:04 -0500 |
---|---|---|
committer | Kyle K <kylek389@gmail.com> | 2015-04-15 04:38:04 -0500 |
commit | 70cb6d01b478fbb1cfa2741553f35e6d8da4042d (patch) | |
tree | e51c5f11bb2aa58b8e7a1f8a090ecc96eebc58a7 /stdafx.cpp | |
parent | 9dc9b87417acf5c26df8f1cb3034fe1e350080e6 (diff) | |
download | TXRExtractor-70cb6d01b478fbb1cfa2741553f35e6d8da4042d.tar.gz TXRExtractor-70cb6d01b478fbb1cfa2741553f35e6d8da4042d.tar.bz2 TXRExtractor-70cb6d01b478fbb1cfa2741553f35e6d8da4042d.zip |
initial commit
1st commit after 3 hard weeks of staring at hex editor. At this time
WMN.DAT archive from Wangan Midnight is extractable.
Diffstat (limited to 'stdafx.cpp')
-rw-r--r-- | stdafx.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stdafx.cpp b/stdafx.cpp new file mode 100644 index 0000000..7e13cd7 --- /dev/null +++ b/stdafx.cpp @@ -0,0 +1,8 @@ +// stdafx.cpp : source file that includes just the standard includes
+// TXRExtractor.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+// TODO: reference any additional headers you need in STDAFX.H
+// and not in this file
|