#if !defined(AFX_MEGATUNE_H__EEA60A6C_4090_11D5_8540_000000000000__INCLUDED_)
#define AFX_MEGATUNE_H__EEA60A6C_4090_11D5_8540_000000000000__INCLUDED_

// $Id$

//*****************************************
//******** PC Configurator V1.00 **********
//*** (C) - 2001 B.Bowling/A. Grippo ******
//** All derivatives from this software ***
//**  are required to keep this header ****
//*****************************************

#if _MSC_VER >= 1000
#  pragma once
#endif // _MSC_VER >= 1000

#ifndef __AFXWIN_H__
#  error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"

//------------------------------------------------------------------------------
// CMegatuneApp:
// See megatune.cpp for the implementation of this class
//

class CMegatuneApp : public CWinApp {
public:
    CMegatuneApp(); 
      
   // ClassWizard generated virtual function overrides
   //{{AFX_VIRTUAL(CMegatuneApp)
public:
      virtual BOOL InitInstance(); 
   //}}AFX_VIRTUAL

public:
      //{{AFX_MSG(CMegatuneApp)
	afx_msg void OnAppExit();
	//}}AFX_MSG
      DECLARE_MESSAGE_MAP() 
}; 

//------------------------------------------------------------------------------

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MEGATUNE_H__EEA60A6C_4090_11D5_8540_000000000000__INCLUDED_)

