]> git.jsancho.org Git - dungeon-master.git/blobdiff - src/paths.h
Search paths for mods and games
[dungeon-master.git] / src / paths.h
diff --git a/src/paths.h b/src/paths.h
new file mode 100644 (file)
index 0000000..c8ecc8e
--- /dev/null
@@ -0,0 +1,7 @@
+#include <set>
+#include <iostream>
+
+#define DIR_DELIM "/"
+
+std::string get_exec_path();
+std::set<std::string> get_dm_paths();