Main Page   File List  

TutorialApp.h

00001 // TutorialApp.h : main header file for the PROJECT_NAME application
00002 //
00003 
00004 #pragma once
00005 
00006 #ifndef __AFXWIN_H__
00007   #error include 'stdafx.h' before including this file for PCH
00008 #endif
00009 
00010 #include "resource.h"       // main symbols
00011 
00012 
00013 // CTutorialApp:
00014 // See MFC_SimpleDialog.cpp for the implementation of this class
00015 //
00016 
00017 class CTutorialApp : public CWinApp
00018 {
00019 public:
00020   CTutorialApp();
00021 
00022 // Overrides
00023 public:
00024   virtual BOOL InitInstance();
00025 
00026 // Implementation
00027 
00028   DECLARE_MESSAGE_MAP()
00029 };
00030 
00031 extern CTutorialApp theApp;

Generated on Thu Oct 2 02:02:46 2008 for MFC_SimpleDialog by doxygen 1.3.1