2015-11-18 19:59:03 +00:00
|
|
|
#ifndef LIPSYNC_PLATFORM_TOOLS_H
|
|
|
|
#define LIPSYNC_PLATFORM_TOOLS_H
|
|
|
|
|
|
|
|
#include <boost/filesystem.hpp>
|
|
|
|
|
2015-12-09 20:32:48 +00:00
|
|
|
boost::filesystem::path getBinPath();
|
2015-11-18 19:59:03 +00:00
|
|
|
boost::filesystem::path getBinDirectory();
|
|
|
|
|
|
|
|
#endif //LIPSYNC_PLATFORM_TOOLS_H
|