The-Simpsons-Hit-and-Run/tools/globalcode/utility/stdafx.h

19 lines
462 B
C

#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