1 2 3 4 5 6 7 8
#ifndef INVAPI_H #define INVAPI_H #include <string> #include <vector> std::vector<std::string> getInstances(); #endif