Create header file for Node

This commit is contained in:
2021-01-02 15:37:05 +01:00
parent 047e9ee732
commit 004e7a9cd6
8 changed files with 31 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include "Node.cpp"
#include "Node.h"
class Set {
protected: