forked from mirrors/0ad
9e74e3a077
This was SVN commit r3836.
8 lines
164 B
C++
8 lines
164 B
C++
#include "stdafx.h"
|
|
|
|
#include "MiscState.h"
|
|
|
|
wxString g_SelectedTexture = _T("grass1_spring");
|
|
|
|
Observable<std::vector<AtlasMessage::ObjectID> > g_SelectedObjects;
|