2015-12-06 11:06:28 +00:00
|
|
|
|
|
|
|
#include "category.hpp"
|
|
|
|
|
2015-12-08 08:56:42 +00:00
|
|
|
CSMPrefs::Category::Category (State *parent, const std::string& key)
|
|
|
|
: mParent (parent), mKey (key)
|
2015-12-06 11:06:28 +00:00
|
|
|
{}
|
|
|
|
|
|
|
|
const std::string& CSMPrefs::Category::getKey() const
|
|
|
|
{
|
|
|
|
return mKey;
|
|
|
|
}
|