0ad/source/tools/atlas/AtlasUI/ScenarioEditor/Tools/Common/MiscState.cpp

7 lines
164 B
C++

#include "stdafx.h"
#include "MiscState.h"
wxString g_SelectedTexture = _T("grass1_spring");
Observable<std::vector<AtlasMessage::ObjectID> > g_SelectedObjects;