(svn r14630) -Add: support Allegro as video backend.

This commit is contained in:
rubidium
2008-11-25 19:32:12 +00:00
parent 614e724dd4
commit 3aacd0a3d5
6 changed files with 628 additions and 1 deletions

View File

@@ -122,6 +122,9 @@ widget.cpp
window.cpp
# Header Files
#if ALLEGRO
video/allegro_v.h
#end
ai/ai.h
aircraft.h
airport.h
@@ -604,6 +607,9 @@ yapf/yapf_road.cpp
yapf/yapf_ship.cpp
# Video
#if ALLEGRO
video/allegro_v.cpp
#end
video/dedicated_v.cpp
video/null_v.cpp
#if SDL