00001 // Asc2Map.h : fichier d'en-tête principal pour l'application PROJECT_NAME 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" // symboles principaux 00011 00012 00013 // CAsc2MapApp : 00014 // Consultez Asc2Map.cpp pour l'implémentation de cette classe 00015 // 00016 00017 class CAsc2MapApp : public CWinApp 00018 { 00019 public: 00020 CAsc2MapApp(); 00021 00022 // Substitutions 00023 public: 00024 virtual BOOL InitInstance(); 00025 00026 // Implémentation 00027 00028 DECLARE_MESSAGE_MAP() 00029 }; 00030 00031 extern CAsc2MapApp theApp;