1. with Widgets.Buttons;                   use Widgets.Buttons; 
  2.  
  3. package Game_Views.Keen.Actions is 
  4.  
  5.     procedure Action_New_Game_Button( action : A_Button_Action ); 
  6.  
  7.     procedure Action_Resume_Game_Button( action : A_Button_Action ); 
  8.  
  9.     procedure Action_Quit_Button( action : A_Button_Action ); 
  10.  
  11. end Game_Views.Keen.Actions;