karolherbst / Gamekeeper-Framework

Library for hooking up game stores and merging them into one single library
GNU Lesser General Public License v2.1
2 stars 0 forks source link

pre evaluation of store config files needed #101

Open karolherbst opened 10 years ago

karolherbst commented 10 years ago

We need some pre evaluation of our store config files, so that all required fields are set before creating all implementations objects (eg: gamelistparsers).

Otherwise we would get errors in our implementations which may lead into an application crash or faulty behavior later.