mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 06:19:51 -05:00
8 lines
214 B
C++
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);
|
|
}
|