Added a config file and implemented code for it
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#include "PrecompiledHeader.h"
|
||||
#include "Core/ConfigFile.h"
|
||||
|
||||
dd::ConfigFile::ConfigFile(std::string path)
|
||||
{
|
||||
boost::property_tree::ini_parser::read_ini(path, m_ptree);
|
||||
}
|
||||
Reference in New Issue
Block a user