rhubarb-lip-sync/src/platform_tools.h

9 lines
178 B
C
Raw Normal View History

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