Skip to content
Snippets Groups Projects
Verified Commit e2ac5c7d authored by Josch Morgenstern's avatar Josch Morgenstern
Browse files

[#83] add Utils.hpp

parent 47f509bd
No related branches found
No related tags found
1 merge request!72Draft: Resolve "Pfade zu Ressourcen abhängig von working dir"
#pragma once
#include <string>
namespace utils {
/**
* @brief Given a relative path to the executable, the absolute path is returned
*
* @param path The relative path
* @return std::string The absolute path
*/
std::string absolutePath(std::string path);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment