Improve ratings dialog to allow only valid values (#2199).
[dcpomatic.git] / src / lib / cross.h
index aad223d60fd4d392310124e07ff2192cfdbdc4c7..99c6bc29979c3a938c2a91b40f858c2d6a49e3b4 100644 (file)
@@ -53,8 +53,7 @@ extern boost::filesystem::path disk_writer_path ();
 extern void maybe_open_console ();
 #endif
 extern boost::filesystem::path resources_path ();
-extern boost::filesystem::path xsd_path ();
-extern boost::filesystem::path tags_path ();
+extern boost::filesystem::path libdcp_resources_path ();
 extern FILE * fopen_boost (boost::filesystem::path, std::string);
 extern int dcpomatic_fseek (FILE *, int64_t, int);
 extern void start_batch_converter ();