--
-- Copyright (c) 2012 Kevin Wellwood
-- All rights reserved.
--
-- This source code is distributed under the Modified BSD License. For terms and
-- conditions, see license.txt.
--
private package Game_Views.Ked.Actions is
procedure Action_Import( view : not null A_Ked_View );
procedure Action_New( view : not null A_Ked_View );
procedure Action_Open( view : not null A_Ked_View );
procedure Action_Quit( view : not null A_Ked_View );
procedure Action_Save( view : not null A_Ked_View );
procedure Action_Saveas( view : not null A_Ked_View );
end Game_Views.Ked.Actions;