#ifndef NODEPLUG_H #define NODEPLUG_H class NodePlug { public: NodePlug(); bool IsConnected(); }; #endif // NODEPLUG_H