diff Core/Toolbox.h @ 87:8517e2c44283

path to configuration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Sep 2012 17:39:03 +0200
parents c996319e90bc
children 3b45473c0a73
line wrap: on
line diff
--- a/Core/Toolbox.h	Wed Sep 26 11:21:05 2012 +0200
+++ b/Core/Toolbox.h	Wed Sep 26 17:39:03 2012 +0200
@@ -62,5 +62,9 @@
                     const std::string& data);
 
     std::string EncodeBase64(const std::string& data);
+
+    std::string GetPathToExecutable();
+
+    std::string GetDirectoryOfExecutable();
   }
 }