1. -- 
  2. -- Copyright (c) 2012 Kevin Wellwood 
  3. -- All rights reserved. 
  4. -- 
  5. -- This source code is distributed under the Modified BSD License. For terms and 
  6. -- conditions, see license.txt. 
  7. -- 
  8.  
  9. private package Game_Views.Ked.Actions is 
  10.  
  11.     procedure Action_Import( view : not null A_Ked_View ); 
  12.  
  13.     procedure Action_New( view : not null A_Ked_View ); 
  14.  
  15.     procedure Action_Open( view : not null A_Ked_View ); 
  16.  
  17.     procedure Action_Quit( view : not null A_Ked_View ); 
  18.  
  19.     procedure Action_Save( view : not null A_Ked_View ); 
  20.  
  21.     procedure Action_Saveas( view : not null A_Ked_View ); 
  22.  
  23. end Game_Views.Ked.Actions;