From 1d11268eb486a28bf471c277a407954ccfcda212 Mon Sep 17 00:00:00 2001 From: uruk Date: Sat, 29 Jun 2013 16:36:40 +0200 Subject: AVALANCHE: Reorganise includes. --- engines/avalanche/gyro2.cpp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'engines/avalanche/gyro2.cpp') diff --git a/engines/avalanche/gyro2.cpp b/engines/avalanche/gyro2.cpp index a96249d67b..fd86390c04 100644 --- a/engines/avalanche/gyro2.cpp +++ b/engines/avalanche/gyro2.cpp @@ -27,20 +27,21 @@ /* GYRO It all revolves around this bit! */ +#include "avalanche/avalanche.h" + #include "avalanche/gyro2.h" +#include "avalanche/pingo2.h" +#include "avalanche/scrolls2.h" +#include "avalanche/lucerna2.h" +#include "avalanche/visa2.h" +#include "avalanche/acci2.h" +#include "avalanche/trip6.h" + #include "common/textconsole.h" -//#include "pingo.h" -//#include "scrolls.h" -//#include "lucerna.h" -//#include "visa.h" -//#include "acci.h" -//#include "trip5.h" //#include "dropdown.h" //#include "basher.h" - - namespace Avalanche { const char *Gyro::vernum = "1.30"; -- cgit v1.2.3