X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fcross.h;h=ee5e7919a8191c1297afb5170850fe83c0ba7558;hp=cd0372338fc062ec3e5a4fce4a631f52f119b0d1;hb=1b1137dac3167de7e4bb23d86a4f3505ad880675;hpb=ac5b373ab1f8d7cbc7b83aa05edec231bc1d956c diff --git a/src/lib/cross.h b/src/lib/cross.h index cd0372338..ee5e7919a 100644 --- a/src/lib/cross.h +++ b/src/lib/cross.h @@ -55,6 +55,7 @@ extern void start_batch_converter (boost::filesystem::path dcpomatic); extern void start_player (boost::filesystem::path dcpomatic); extern uint64_t thread_id (); extern int avio_open_boost (AVIOContext** s, boost::filesystem::path file, int flags); +extern boost::filesystem::path home_directory (); /** @class Waker * @brief A class which tries to keep the computer awake on various operating systems.