Use Film/Playlist for SPL management rather than special classes.
[dcpomatic.git] / src / wx / wx_util.h
index 0438fcee23317669242eb1c162fc81e6d03f6803..d6de3b42772b60ff1ac2a213b4938a4b6bd08bd8 100644 (file)
@@ -87,6 +87,8 @@ extern wxString time_to_timecode (DCPTime t, double fps);
 extern void setup_audio_channels_choice (wxChoice* choice, int minimum);
 extern wxSplashScreen* maybe_show_splash ();
 extern double calculate_mark_interval (double start);
+extern bool display_progress (wxString title, wxString task);
+extern bool report_errors_from_last_job (wxWindow* parent);
 
 extern void checked_set (FilePickerCtrl* widget, boost::filesystem::path value);
 extern void checked_set (wxDirPickerCtrl* widget, boost::filesystem::path value);