summaryrefslogtreecommitdiff
path: root/src/porting.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/porting.cpp')
-rw-r--r--src/porting.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/porting.cpp b/src/porting.cpp
index f3a0ab074..00595b06c 100644
--- a/src/porting.cpp
+++ b/src/porting.cpp
@@ -125,6 +125,11 @@ void signal_handler_init(void)
std::string path_data = ".." DIR_DELIM "data";
std::string path_userdata = "..";
+std::string getDataPath(const char *subpath)
+{
+ return path_data + DIR_DELIM + subpath;
+}
+
void pathRemoveFile(char *path, char delim)
{
// Remove filename and path delimiter