stule cleanup: node headers
This commit is contained in:
@@ -27,12 +27,12 @@
|
||||
#include "COM_NodeOperation.h"
|
||||
#include "DNA_node_types.h"
|
||||
/**
|
||||
* @brief SwitchNode
|
||||
* @ingroup Node
|
||||
*/
|
||||
* @brief SwitchNode
|
||||
* @ingroup Node
|
||||
*/
|
||||
class SwitchNode : public Node {
|
||||
public:
|
||||
SwitchNode(bNode *editorNode);
|
||||
void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
|
||||
void convertToOperations(ExecutionSystem *graph, CompositorContext *context);
|
||||
};
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user