11 lines
138 B
C++
11 lines
138 B
C++
#ifndef NODEIMAGEOUTPUT_H
|
|
#define NODEIMAGEOUTPUT_H
|
|
|
|
|
|
class NodeImageOutput
|
|
{
|
|
public:
|
|
NodeImageOutput();
|
|
};
|
|
|
|
#endif // NODEIMAGEOUTPUT_H
|