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

20 lines
241 B
C++
Raw Normal View History

// dialog.cxx: implementation of an XML-configurable dialog box.
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include "dialog.hxx"
2009-02-10 22:14:13 +00:00
FGDialog::FGDialog (SGPropertyNode *)
{
}
FGDialog::~FGDialog()
{
}
// end of dialog.cxx