rhubarb-lip-sync/src/platformTools.h

10 lines
216 B
C
Raw Normal View History

#ifndef LIPSYNC_PLATFORM_TOOLS_H
#define LIPSYNC_PLATFORM_TOOLS_H
#include <boost/filesystem.hpp>
boost::filesystem::path getBinPath();
boost::filesystem::path getBinDirectory();
#endif //LIPSYNC_PLATFORM_TOOLS_H