From d71eec8062e852e56f03102ba4b4e87dc485821d Mon Sep 17 00:00:00 2001 From: docwhat Date: Sun, 14 Nov 1999 06:43:18 +0000 Subject: Initial revision git-svn-id: http://svn.leocad.org/trunk@2 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- win/Leocad.h | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 win/Leocad.h (limited to 'win/Leocad.h') diff --git a/win/Leocad.h b/win/Leocad.h new file mode 100644 index 0000000..f353f5e --- /dev/null +++ b/win/Leocad.h @@ -0,0 +1,59 @@ +// LeoCAD.h : main header file for the LEOCAD application +// + +#if !defined(AFX_LEOCAD_H__195E1F4A_3FF2_11D2_8202_D2B1707B2D1B__INCLUDED_) +#define AFX_LEOCAD_H__195E1F4A_3FF2_11D2_8202_D2B1707B2D1B__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 + +///////////////////////////////////////////////////////////////////////////// +// CCADApp: +// See LeoCAD.cpp for the implementation of this class +// + +class CCADApp : public CWinApp +{ +public: + CCADApp(); + +// Overrides + // ClassWizard generated virtual function overrides + //{{AFX_VIRTUAL(CCADApp) + public: + virtual BOOL InitInstance(); + virtual int ExitInstance(); + //}}AFX_VIRTUAL + +// Implementation + void OnUpdateRecentFileMenu(CCmdUI* pCmdUI) {}; + + //{{AFX_MSG(CCADApp) + afx_msg void OnHelpUpdates(); + afx_msg void OnHelpHomePage(); + afx_msg void OnHelpEmail(); + //}}AFX_MSG + DECLARE_MESSAGE_MAP() +protected: + HANDLE m_hMutex; +}; + +extern CCADApp theApp; + +#ifdef _DEBUG +void wprintf(char *fmt, ...); +#endif + +///////////////////////////////////////////////////////////////////////////// + +//{{AFX_INSERT_LOCATION}} +// Microsoft Developer Studio will insert additional declarations immediately before the previous line. + +#endif // !defined(AFX_LEOCAD_H__195E1F4A_3FF2_11D2_8202_D2B1707B2D1B__INCLUDED_) -- cgit v1.2.3