This commit is contained in:
Jakob Fries 2007-06-01 12:18:43 +00:00
parent 2c158f77b7
commit 03201a3a6f
2 changed files with 2 additions and 2 deletions

View file

@ -53,9 +53,7 @@ void config_load(const char *filename)
if (file)
{
while (getline(file, line))
{
config_set(line.c_str());
}
file.close();
}

View file

@ -0,0 +1,2 @@
#include "../game/config_variables.h"