blob: 3152a3f35c9c9aa7b5535c854355398a0beaa67a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 <afxwin.h>
#include <afxdlgs.h>
#endif
|