executable.hpp 213 B

123456789
  1. #ifndef _EXECUTABLE_HPP_
  2. #define _EXECUTABLE_HPP_
  3. #include <boost/filesystem.hpp>
  4. extern boost::filesystem::path get_executable_path(void);
  5. extern boost::filesystem::path get_executable_directory(void);
  6. #endif