2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Remove URDE_BINARY_CONFIGS (all yaml now)

This commit is contained in:
Jack Andersen
2016-03-04 19:51:18 -10:00
parent cd1a00e610
commit aff7ec5b27
5 changed files with 0 additions and 61 deletions

View File

@@ -10,13 +10,8 @@ namespace urde
{
class ViewManager;
#ifdef URDE_BINARY_CONFIGS
using ConfigReader = athena::io::IStreamReader;
using ConfigWriter = athena::io::IStreamWriter;
#else
using ConfigReader = athena::io::YAMLDocReader;
using ConfigWriter = athena::io::YAMLDocWriter;
#endif
class ProjectManager
{