1. -- 
  2. -- Copyright (c) 2013 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. -- Allegro 5.0.9 - Audio codecs addon 
  10. package Allegro.Audio.Codecs is 
  11.  
  12.     function Al_Init_ACodec_Addon return Boolean; 
  13.  
  14.     function Al_Get_Allegro_Acodec_Version return Unsigned_32; 
  15.     pragma Import( C, Al_Get_Allegro_Acodec_Version, "al_get_allegro_acodec_version" ); 
  16.  
  17. end Allegro.Audio.Codecs;