1
0
forked from 0ad/0ad
0ad/source/tools/atlas/AtlasUI/FileConverter/FileConverter.h

10 lines
233 B
C++

class FileConverter : public wxFrame
{
public:
FileConverter(wxWindow* parent);
virtual bool Show(bool);
private:
bool m_Transient; // if true, the window won't be shown (since it's assumed to have been destroyed immediately)
};