8 class ConfirmSaveOkButton
;
9 class ConfirmSaveCancelButton
;
19 // 0 replace or doesn't exist yet
20 static int test_file(MWindow
*mwindow
, char *path
);
21 static int test_files(MWindow
*mwindow
, ArrayList
<char*> *paths
);
25 class ConfirmSaveWindow
: public BC_Window
28 ConfirmSaveWindow(MWindow
*mwindow
, ArrayList
<BC_ListBoxItem
*> *list
);
32 int resize_event(int w
, int h
);
34 ArrayList
<BC_ListBoxItem
*> *list
;