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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user