8 #ifndef __BuildingDlg3d_H__
9 #define __BuildingDlg3d_H__
11 #include "vtui/BuildingDlg.h"
21 BuildingDlg3d( wxWindow *parent, wxWindowID
id,
const wxString &title,
22 const wxPoint& pos = wxDefaultPosition,
23 const wxSize& size = wxDefaultSize,
24 long style = wxDEFAULT_DIALOG_STYLE );
33 virtual void EnableRendering(
bool bEnable);
36 virtual void Modified();
40 virtual void OnOK( wxCommandEvent &
event );