summaryrefslogtreecommitdiff
path: root/NT/src/graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'NT/src/graph.h')
-rw-r--r--NT/src/graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/NT/src/graph.h b/NT/src/graph.h
index 7aa0318..cef2fb8 100644
--- a/NT/src/graph.h
+++ b/NT/src/graph.h
@@ -48,6 +48,7 @@ namespace Rotor {
std::vector<Node*> find_nodes(const std::string &type);
Node* find_node(const std::string &type);
+ Node* get_node(const std::string &id);
//--context// Json::Value signal_render(const std::string &node,const double framerate);
//--context// bool video_render(const std::string &output_filename,const double framerate,int start, int end);
bool load_file(std::string filename,std::string media_path);