0ad/source/tools/atlas/AtlasUI/FileConverter/FileConverter.h

10 lines
242 B
C
Raw Normal View History

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)
};