made column span redundant
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#ifndef NODEGRAPH_H
|
||||
#define NODEGRAPH_H
|
||||
|
||||
#include "effects/effect.h"
|
||||
|
||||
class NodeGraph
|
||||
{
|
||||
public:
|
||||
NodeGraph();
|
||||
|
||||
private:
|
||||
Effect* end_node_;
|
||||
};
|
||||
|
||||
#endif // NODEGRAPH_H
|
||||
Reference in New Issue
Block a user