Go to the documentation of this file.
   12 #ifndef MUSIC_ALLEGRO_H 
   13 #define MUSIC_ALLEGRO_H 
   20    const char *
Start(
const char * 
const *param);
 
   31    const char *
GetName()
 const { 
return "allegro"; }
 
   37 #if !defined(WITH_SDL) && defined(WITH_ALLEGRO) 
   41   static const int PRIORITY = 9;
 
   43   static const int PRIORITY = 2;