reworked JLoader as JSON_Loader, will require rework of rest of obj model
This commit is contained in:
@@ -19,7 +19,11 @@ private:
|
||||
std::string rectify;
|
||||
|
||||
public:
|
||||
Unit();
|
||||
Unit( Json::Value loader_root );
|
||||
|
||||
int load_root( Json::Value loader_root );
|
||||
|
||||
std::string get_name();
|
||||
std::string get_target();
|
||||
std::string get_output();
|
||||
|
||||
Reference in New Issue
Block a user