Start of sfdb_v3.
[ardour.git] / gtk2_ardour / sfdb_ui.h
1 #ifndef __ardour_sfdb_ui_h__
2 #define __ardour_sfdb_ui_h__
3
4 #include <string>
5
6 #include <gtkmm/filechooserdialog.h>
7
8 #include <ardour/audio_library.h>
9
10 class SoundFileChooser : public Gtk::FileChooserDialog
11 {
12   public:
13     SoundFileChooser (std::string title, bool split_makes_sense);
14     virtual ~SoundFileChooser ();
15 };
16
17 #endif // __ardour_sfdb_ui_h__