6 lines
101 B
C
6 lines
101 B
C
#pragma once
|
|
|
|
#include <boost/filesystem/path.hpp>
|
|
|
|
const boost::filesystem::path& get_executable();
|