mirror of
https://github.com/ogoguel/activegs-ios.git
synced 2025-01-15 19:29:58 +00:00
33 lines
572 B
C
33 lines
572 B
C
|
// ActiveGSApp.h : fichier d'en-t<>te principal pour l'application ActiveGSApp
|
|||
|
//
|
|||
|
#pragma once
|
|||
|
|
|||
|
#ifndef __AFXWIN_H__
|
|||
|
#error inclut 'stdafx.h' avant d'inclure ce fichier pour PCH
|
|||
|
#endif
|
|||
|
|
|||
|
#include "resource.h" // symboles principaux
|
|||
|
|
|||
|
// CActiveGSAppApp<70>:
|
|||
|
// Consultez ActiveGSApp.cpp pour l'impl<70>mentation de cette classe
|
|||
|
//
|
|||
|
|
|||
|
class CActiveGSAppApp : public CWinApp
|
|||
|
{
|
|||
|
public:
|
|||
|
CActiveGSAppApp();
|
|||
|
|
|||
|
|
|||
|
// Substitutions
|
|||
|
public:
|
|||
|
virtual BOOL InitInstance();
|
|||
|
|
|||
|
// Impl<70>mentation
|
|||
|
|
|||
|
public:
|
|||
|
// afx_msg void OnAppAbout();
|
|||
|
DECLARE_MESSAGE_MAP()
|
|||
|
};
|
|||
|
|
|||
|
extern CActiveGSAppApp theApp;
|