JellevanCampen / pugvania

The Pugvania project contains the implementation of a 2D game and its engine. The poject contains two subprojects: (1) Engine - a static library project containing engine code, and (2) Game - an executable project containing game code.
MIT License
0 stars 0 forks source link

Add the reading of configuration files #7

Closed JellevanCampen closed 8 years ago

JellevanCampen commented 8 years ago

Add the reading of configuration files, with support for the following file formats:

JellevanCampen commented 8 years ago

INI files implemented by eb98256.

JellevanCampen commented 8 years ago

JSON files can be read using Boost property trees as well. Therefore, closing this issue.