reman3/Rayman_X/cpa/Appli/BigFileTool/BigFileTool.h

54 lines
1.4 KiB
C++

// BigFileTool.h : main header file for the BIGFILETOOL application
//
#if !defined(AFX_BIGFILETOOL_H__CED7419A_E030_11D2_BB2B_00E02921BF64__INCLUDED_)
#define AFX_BIGFILETOOL_H__CED7419A_E030_11D2_BB2B_00E02921BF64__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CBigFileToolApp:
// See BigFileTool.cpp for the implementation of this class
//
class CBigFileToolApp : public CWinApp
{
public:
CBigFileToolApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBigFileToolApp)
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CBigFileToolApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
int iExitInstanceValue;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BIGFILETOOL_H__CED7419A_E030_11D2_BB2B_00E02921BF64__INCLUDED_)