1
0
Fork 0
flightgear/src/GUI/dialog.cxx

19 lines
241 B
C++

// dialog.cxx: implementation of an XML-configurable dialog box.
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "dialog.hxx"
FGDialog::FGDialog (SGPropertyNode *)
{
}
FGDialog::~FGDialog()
{
}
// end of dialog.cxx