openmw-tes3coop/apps/opencs/model/prefs/category.cpp
2015-12-08 09:56:42 +01:00

11 lines
205 B
C++

#include "category.hpp"
CSMPrefs::Category::Category (State *parent, const std::string& key)
: mParent (parent), mKey (key)
{}
const std::string& CSMPrefs::Category::getKey() const
{
return mKey;
}