0ad/source/tools/atlas/AtlasUI/FileConverter/FileConverter.h
Ykkrosh aa118403bb Terrain: CalcFromPosition, to convert world-space to tile-space.
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.
2005-09-12 20:04:26 +00:00

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