with Widgets.Buttons; use Widgets.Buttons;
package Game_Views.Keen.Actions is
procedure Action_New_Game_Button( action : A_Button_Action );
procedure Action_Resume_Game_Button( action : A_Button_Action );
procedure Action_Quit_Button( action : A_Button_Action );
end Game_Views.Keen.Actions;