Maxomann / kgEngine-2.0

0 stars 0 forks source link

Rework Config Files #70

Closed Maxomann closed 8 years ago

Maxomann commented 8 years ago
// convert returnValue to T
template<class T>
T ConfigFile::getDataReplaceIfInvalid( const std::string& identifier, const T& default_value );