First public version

This commit is contained in:
Tindy X
2019-10-31 13:18:40 +08:00
parent ec0b5dd789
commit e8a822d010
26 changed files with 7941 additions and 0 deletions

11
nodemanip.h Normal file
View File

@@ -0,0 +1,11 @@
#ifndef NODEMANIP_H_INCLUDED
#define NODEMANIP_H_INCLUDED
#include <string>
#include <vector>
#include "nodeinfo.h"
void addNodes(std::string link, std::vector<nodeInfo> &allNodes);
#endif // NODEMANIP_H_INCLUDED