diff options
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r-- | engines/avalanche/avalot.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp index a5b3e06ff8..a52186d4e2 100644 --- a/engines/avalanche/avalot.cpp +++ b/engines/avalanche/avalot.cpp @@ -31,17 +31,17 @@ #include "avalanche/graphics.h" #include "avalanche/avalot.h" -#include "avalanche/gyro2.h" +#include "avalanche/gyro.h" #include "avalanche/animation.h" -#include "avalanche/gyro2.h" -#include "avalanche/lucerna2.h" -#include "avalanche/scrolls2.h" -#include "avalanche/dropdown2.h" -#include "avalanche/pingo2.h" +#include "avalanche/gyro.h" +#include "avalanche/lucerna.h" +#include "avalanche/scrolls.h" +#include "avalanche/dropdown.h" +#include "avalanche/pingo.h" #include "avalanche/timer.h" -#include "avalanche/celer2.h" -#include "avalanche/enid2.h" -#include "avalanche/closing2.h" +#include "avalanche/celer.h" +#include "avalanche/enid.h" +#include "avalanche/closing.h" #include "common/str.h" #include "common/textconsole.h" |