Files
oak-editor/nodes/node.cpp
T
2019-05-08 00:41:44 +10:00

7 lines
53 B
C++

#include "node.h"
Node::Node(NodeGraph *graph)
{
}