From eb4b3404aa00220d659e532151dab13d642c17a3 Mon Sep 17 00:00:00 2001 From: Svxy Date: Wed, 31 May 2023 17:31:32 -0400 Subject: Released --- tools/globalcode/utility/stdafx.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tools/globalcode/utility/stdafx.h (limited to 'tools/globalcode/utility/stdafx.h') diff --git a/tools/globalcode/utility/stdafx.h b/tools/globalcode/utility/stdafx.h new file mode 100644 index 0000000..3152a3f --- /dev/null +++ b/tools/globalcode/utility/stdafx.h @@ -0,0 +1,19 @@ +#ifndef STDAFX +#define STDAFX + +//----------------------------------------------------------------------------- +// Copyright (C) 2001 Radical Entertainment Ltd. All rights reserved. +// +// stdafx.h +// +// Description: Header wrapper for using MFC. +// +// Modification History: +// + Created Oct 12, 2001 -- bkusy +//----------------------------------------------------------------------------- +#define VC_EXTRALEAN +#include +#include + + +#endif \ No newline at end of file -- cgit v1.2.3