ultimatepp/bazaar/MapEditor/main.cpp
Sc0rch 9959d8888c MapRender: First release (FormEditorCommon, FormEditorProperties, Map, MapBG, MapCommon, MapEditor, MapRenderTest.
git-svn-id: svn://ultimatepp.org/upp/trunk@4180 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-11-18 06:28:11 +00:00

8 lines
129 B
C++

#include "MapEditor.h"
GUI_APP_MAIN
{
SetLanguage(LNGFromText("RU-RU"));
Ctrl::SetAppName(" ");
MapEditor().Run();
}