diff options
Diffstat (limited to 'engines/avalanche/avalanche.h')
-rw-r--r-- | engines/avalanche/avalanche.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/engines/avalanche/avalanche.h b/engines/avalanche/avalanche.h index b93c117377..30eaee03fd 100644 --- a/engines/avalanche/avalanche.h +++ b/engines/avalanche/avalanche.h @@ -34,18 +34,18 @@ #include "avalanche/parser.h" #include "avalanche/avalot.h" -#include "avalanche/gyro2.h" -#include "avalanche/pingo2.h" -#include "avalanche/scrolls2.h" -#include "avalanche/lucerna2.h" -#include "avalanche/enid2.h" -#include "avalanche/celer2.h" -#include "avalanche/sequence2.h" +#include "avalanche/gyro.h" +#include "avalanche/pingo.h" +#include "avalanche/scrolls.h" +#include "avalanche/lucerna.h" +#include "avalanche/enid.h" +#include "avalanche/celer.h" +#include "avalanche/sequence.h" #include "avalanche/timer.h" #include "avalanche/animation.h" -#include "avalanche/acci2.h" -#include "avalanche/dropdown2.h" -#include "avalanche/closing2.h" +#include "avalanche/acci.h" +#include "avalanche/dropdown.h" +#include "avalanche/closing.h" #include "common/serializer.h" |