/*=========================================================================== * * Arch3DObjDlg.H - Dave Humphrey (uesp@m0use.net), 1 November 2000 * *=========================================================================*/ #ifndef __ARCH3DOBJDLG_H #define __ARCH3DOBJDLG_H /* RTequired Includes */ #include "arch_d3d.h" #include "df3dobj.h" /*=========================================================================== * * Function Definitions * *=========================================================================*/ /* Message handler for dialog */ BOOL FAR PASCAL Arch3DObjectDialogProc (HWND hWindow, UINT Message, WPARAM wParam, LPARAM lParam); /* Initializes the dialog contents */ void Arch3DObjDlgInit (HWND hWindow); /* Main access function */ int DisplayArch3DObjectDialog (HWND hWindow, HINSTANCE hInstance, CDFArchD3D* pArch3D); /*=========================================================================== * End of Function Definitions *=========================================================================*/ #endif /*=========================================================================== * End of File Arch3DObjDlg.H *=========================================================================*/