reworked JLoader as JSON_Loader, will require rework of rest of obj model
This commit is contained in:
@@ -4,16 +4,15 @@
|
||||
|
||||
#ifndef FTESTS_CONF_H
|
||||
#define FTESTS_CONF_H
|
||||
#include "JLoader.h"
|
||||
#include "JSON_Loader.h"
|
||||
|
||||
class Conf: public JLoader
|
||||
class Conf: public JSON_Loader
|
||||
{
|
||||
private:
|
||||
std::string plan_path;
|
||||
std::string units_path;
|
||||
|
||||
public:
|
||||
using JLoader::JLoader;
|
||||
Conf( std::string filename );
|
||||
std::string get_plan_path();
|
||||
std::string get_units_path();
|
||||
|
||||
Reference in New Issue
Block a user