mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-10 01:55:55 +00:00
aa118403bb
ScEd: Compilation fixes. Atlas: Screen-space to world-space conversion when editing terrain. Wireframe option. Minor wxWidgets 2.6.1 fixes. AoE3Ed. This was SVN commit r2698.
10 lines
242 B
C++
10 lines
242 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)
|
|
};
|