(svn r14631) -Add: support for Allegro as sound backend.

This commit is contained in:
rubidium
2008-11-25 21:09:00 +00:00
parent 285d1846ae
commit 5ebb48fa86
6 changed files with 117 additions and 3 deletions

View File

@@ -123,6 +123,7 @@ window.cpp
# Header Files
#if ALLEGRO
sound/allegro_s.h
video/allegro_v.h
#end
ai/ai.h
@@ -646,6 +647,9 @@ music/null_m.cpp
#end
# Sound
#if ALLEGRO
sound/allegro_s.cpp
#end
sound/null_s.cpp
#if SDL
sound/sdl_s.cpp