X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fconfig%2Fconfig.cpp;h=9aa6f862bce9cc18bb7e584f25297ace6083e3e3;hb=7ffb6c2da6f41929a6f8043d2127f28122864110;hp=35efe4f3b4543e52fa932d8819f5e5290e350888;hpb=f103ba70ea4095f42852cbfca9e5525737db8efb;p=physics.git diff --git a/src/config/config.cpp b/src/config/config.cpp index 35efe4f..9aa6f86 100644 --- a/src/config/config.cpp +++ b/src/config/config.cpp @@ -16,6 +16,8 @@ */ #include "config.h" + +#include "reader.h" #include "../input/inputManager.h" /// ***** Private Method Headers ***** @@ -25,6 +27,7 @@ void cfg::init() { + readConfigs(NULL); // TODO read in config files } void cfg::clean()