The small3d library
BasePath.hpp
Go to the documentation of this file.
1 
9 #pragma once
10 
11 #include <string>
12 
19 std::string getBasePath();
getBasePath
std::string getBasePath()
Helper function that returns the path of the directory where the executable is located....
Definition: BasePath.cpp:15