9 lines
178 B
C
9 lines
178 B
C
|
#ifndef LIPSYNC_PLATFORM_TOOLS_H
|
||
|
#define LIPSYNC_PLATFORM_TOOLS_H
|
||
|
|
||
|
#include <boost/filesystem.hpp>
|
||
|
|
||
|
boost::filesystem::path getBinDirectory();
|
||
|
|
||
|
#endif //LIPSYNC_PLATFORM_TOOLS_H
|