--- gigedit/trunk/src/gigedit/mainwindow.h 2013/04/28 06:07:22 2445 +++ gigedit/trunk/src/gigedit/mainwindow.h 2013/09/05 00:49:13 2464 @@ -342,6 +342,10 @@ bool on_delete_event(GdkEventAny* event); bool first_call_to_drag_data_get; + + bool is_copy_samples_unity_note_enabled() const; + bool is_copy_samples_fine_tune_enabled() const; + bool is_copy_samples_loop_enabled() const; }; #endif