Files
oak-editor/nodes/nodeimageoutput.h
T
2019-04-11 20:13:50 +10:00

11 lines
138 B
C++

#ifndef NODEIMAGEOUTPUT_H
#define NODEIMAGEOUTPUT_H
class NodeImageOutput
{
public:
NodeImageOutput();
};
#endif // NODEIMAGEOUTPUT_H