Page principale   Liste des namespaces   Hiérarchie des classes   Liste par ordre alphabétique   Liste des composants   Liste des fichiers   Membres des namespaces   Composants   Déclarations  

ExNihilo Launcher.h

Aller à la documentation de ce fichier.
00001 // ExNihilo Launcher.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 // CExNihiloLauncherApp:
00014 // See ExNihilo Launcher.cpp for the implementation of this class
00015 //
00016 
00017 class CExNihiloLauncherApp : public CWinApp
00018 {
00019 public:
00020         CExNihiloLauncherApp();
00021 
00022 // Overrides
00023         public:
00024         virtual BOOL InitInstance();
00025 
00026 // Implementation
00027 
00028         DECLARE_MESSAGE_MAP()
00029 };
00030 
00031 extern CExNihiloLauncherApp theApp;

Généré le Tue Dec 10 18:18:12 2002 pour ExNihilo par doxygen1.3-rc1