moved several files around
Mostly moved classes that became node derivatives into the node/ folder.
This commit is contained in:
@@ -30,6 +30,8 @@ class MathNodeBase : public Node
|
||||
public:
|
||||
MathNodeBase() = default;
|
||||
|
||||
NODE_DEFAULT_DESTRUCTOR(MathNodeBase)
|
||||
|
||||
enum Operation {
|
||||
kOpAdd,
|
||||
kOpSubtract,
|
||||
|
||||
Reference in New Issue
Block a user