stule cleanup: node headers

This commit is contained in:
2012-06-13 23:31:47 +00:00
parent 906b9e0584
commit bde7e6c96b
226 changed files with 3184 additions and 3192 deletions

View File

@@ -26,13 +26,13 @@
#include "COM_Node.h"
/**
* @brief ZCombineNode
* @ingroup Node
*/
class ZCombineNode: public Node {
* @brief ZCombineNode
* @ingroup Node
*/
class ZCombineNode : public Node {
public:
ZCombineNode(bNode *editorNode) :Node(editorNode) {}
void convertToOperations(ExecutionSystem *graph, CompositorContext * context);
ZCombineNode(bNode *editorNode) : Node(editorNode) {}
void convertToOperations(ExecutionSystem *graph, CompositorContext *context);
};
#endif