The small3d library
Tiny C++ 3D game development library for Win/MacOS/Linux/FreeBSD
Loading...
Searching...
No Matches
BasePath.hpp
Go to the documentation of this file.
1
9#pragma once
10
11#include <string>
12
19std::string getBasePath();
std::string getBasePath()
Helper function that returns the path of the directory where the executable is located....
Definition BasePath.cpp:15