Files
OpenSpace/modules/dataloader/helpers.h
T
2018-07-17 13:12:44 -04:00

8 lines
214 B
C++

#include <iostream>
namespace openspace::dataloader::helpers {
std::string getDirLeaf(std::string dir);
std::string getFileWithExtensionFromItemFolder(std::string absPathToItem, std::string extension);
}