node socket UI implemented

This commit is contained in:
itsmattkc
2019-04-11 20:13:50 +10:00
parent 1285d70c62
commit e10be0db88
8 changed files with 80 additions and 18 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef NODEIMAGEOUTPUT_H
#define NODEIMAGEOUTPUT_H
class NodeImageOutput
{
public:
NodeImageOutput();
};
#endif // NODEIMAGEOUTPUT_H