blob: 3152a3f35c9c9aa7b5535c854355398a0beaa67a (
plain) (
tree)
|
|
#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
|