summaryrefslogtreecommitdiff
path: root/win/Leocad.h
diff options
context:
space:
mode:
authordocwhat1999-11-14 06:43:18 +0000
committerdocwhat1999-11-14 06:43:18 +0000
commitd71eec8062e852e56f03102ba4b4e87dc485821d (patch)
tree452368ad0e7e24627e517a0c88c2508d02cea6dc /win/Leocad.h
parent2046090b7ce8dd901ce43e650be5acf44016d714 (diff)
Initial revision
git-svn-id: http://svn.leocad.org/trunk@2 c7d43263-9d01-0410-8a33-9dba5d9f93d6
Diffstat (limited to 'win/Leocad.h')
-rw-r--r--win/Leocad.h59
1 files changed, 59 insertions, 0 deletions
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_)