/*=========================================================================== * * File: Dfblok3d.H * Author: Dave Humphrey (uesp@m0use.net) * Created On: Tuesday, March 26, 2002 * * Definition of the main CDFblok3dApp class. * *=========================================================================*/ #ifndef __DFBLOK3D_H #define __DFBLOK3D_H /*=========================================================================== * * Required Include Files * *=========================================================================*/ #include "resource.h" /*=========================================================================== * End of Required Include Files *=========================================================================*/ /*=========================================================================== * * Class CDFblok3dApp Definition * *=========================================================================*/ class CDfblok3dApp : public CWinApp { public: CDfblok3dApp(); /* ClassWizard generated virtual function overrides */ //{{AFX_VIRTUAL(CDfblok3dApp) public: virtual BOOL InitInstance(); //}}AFX_VIRTUAL //{{AFX_MSG(CDfblok3dApp) afx_msg void OnAppAbout(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /*=========================================================================== * End of Class CDfblock3dApp Definition *=========================================================================*/ //{{AFX_INSERT_LOCATION}} //}}AFX_INSERT_LOCATION #endif /*=========================================================================== * End of File Dfblok3d.H *=========================================================================*/