File diff r21027:e87e97e6befd → r21028:e5db3f83cafa
src/sound/allegro_s.h
Show inline comments
 
@@ -15,7 +15,7 @@
 
#include "sound_driver.hpp"
 

	
 
/** Implementation of the allegro sound driver. */
 
class SoundDriver_Allegro: public SoundDriver {
 
class SoundDriver_Allegro : public SoundDriver {
 
public:
 
	/* virtual */ const char *Start(const char * const *param);