activegs-ios/ActiveGS.exe/ActiveGSApp.h

33 lines
572 B
C++
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// 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 :
// Consultez ActiveGSApp.cpp pour l'implémentation de cette classe
//
class CActiveGSAppApp : public CWinApp
{
public:
CActiveGSAppApp();
// Substitutions
public:
virtual BOOL InitInstance();
// Implémentation
public:
// afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
};
extern CActiveGSAppApp theApp;