Main Page   Class Hierarchy   Compound List   File List   Compound Members  

Flow3D.h

00001 // Flow3D.h : main header file for the FLOW3D application
00002 //
00003 
00004 #if !defined(AFX_FLOW3D_H__7ED9AF81_1161_4535_ABC2_37101D9952D0__INCLUDED_)
00005 #define AFX_FLOW3D_H__7ED9AF81_1161_4535_ABC2_37101D9952D0__INCLUDED_
00006 
00007 #if _MSC_VER > 1000
00008 #pragma once
00009 #endif // _MSC_VER > 1000
00010 
00011 #ifndef __AFXWIN_H__
00012         #error include 'stdafx.h' before including this file for PCH
00013 #endif
00014 
00015 #include "resource.h"       // main symbols
00016 
00018 // CFlow3DApp:
00019 // See Flow3D.cpp for the implementation of this class
00020 //
00022 class CFlow3DApp : public CWinApp
00023 {
00024 public:
00025         CFlow3DApp();
00026 
00027 // Overrides
00028         // ClassWizard generated virtual function overrides
00029         //{{AFX_VIRTUAL(CFlow3DApp)
00030         public:
00031         virtual BOOL InitInstance();
00032         //}}AFX_VIRTUAL
00033 
00034 // Implementation
00035         //{{AFX_MSG(CFlow3DApp)
00036         afx_msg void OnAppAbout();
00037                 // NOTE - the ClassWizard will add and remove member functions here.
00038                 //    DO NOT EDIT what you see in these blocks of generated code !
00039         //}}AFX_MSG
00040         DECLARE_MESSAGE_MAP()
00041 };
00042 
00044 
00045 //{{AFX_INSERT_LOCATION}}
00046 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
00047 
00048 #endif // !defined(AFX_FLOW3D_H__7ED9AF81_1161_4535_ABC2_37101D9952D0__INCLUDED_)

Generated on Fri Aug 9 10:12:39 2002 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002