mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-25 13:38:34 -06:00
6 lines
111 B
C++
6 lines
111 B
C++
#include <iostream>
|
|
|
|
namespace openspace::dataloader::helpers {
|
|
std::string getDirLeaf(std::string dir);
|
|
}
|