Add texture pack selection to main menu
This commit is contained in:
@@ -118,6 +118,11 @@ class MutexedMap
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
void clear ()
|
||||
{
|
||||
m_values.clear();
|
||||
}
|
||||
|
||||
private:
|
||||
std::map<Key, Value> m_values;
|
||||
|
||||
Reference in New Issue
Block a user