mirror of
https://github.com/asdlokj1qpi233/subconverter.git
synced 2025-10-30 05:12:42 +00:00
First public version
This commit is contained in:
11
nodemanip.h
Normal file
11
nodemanip.h
Normal 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
|
||||
Reference in New Issue
Block a user