diff options
Diffstat (limited to 'engines/titanic/core')
-rw-r--r-- | engines/titanic/core/game_object.cpp | 5 | ||||
-rw-r--r-- | engines/titanic/core/project_item.cpp | 13 | ||||
-rw-r--r-- | engines/titanic/core/resource_key.cpp | 7 | ||||
-rw-r--r-- | engines/titanic/core/view_item.cpp | 7 |
4 files changed, 19 insertions, 13 deletions
diff --git a/engines/titanic/core/game_object.cpp b/engines/titanic/core/game_object.cpp index 11b8b58451..ae517a2689 100644 --- a/engines/titanic/core/game_object.cpp +++ b/engines/titanic/core/game_object.cpp @@ -24,13 +24,16 @@ #include "titanic/core/mail_man.h" #include "titanic/core/resource_key.h" #include "titanic/core/room_item.h" +#include "titanic/core/project_item.h" +#include "titanic/debugger.h" +#include "titanic/events.h" +#include "titanic/game_manager.h" #include "titanic/npcs/true_talk_npc.h" #include "titanic/pet_control/pet_control.h" #include "titanic/star_control/star_control.h" #include "titanic/support/files_manager.h" #include "titanic/support/screen_manager.h" #include "titanic/support/video_surface.h" -#include "titanic/game_manager.h" #include "titanic/titanic.h" namespace Titanic { diff --git a/engines/titanic/core/project_item.cpp b/engines/titanic/core/project_item.cpp index 13bcdfc4b4..0fa5d44511 100644 --- a/engines/titanic/core/project_item.cpp +++ b/engines/titanic/core/project_item.cpp @@ -20,17 +20,18 @@ * */ -#include "common/file.h" -#include "common/savefile.h" -#include "graphics/scaler.h" -#include "graphics/thumbnail.h" -#include "titanic/game_manager.h" -#include "titanic/titanic.h" #include "titanic/core/dont_save_file_item.h" #include "titanic/core/node_item.h" #include "titanic/core/project_item.h" #include "titanic/core/view_item.h" +#include "titanic/events.h" +#include "titanic/game_manager.h" #include "titanic/pet_control/pet_control.h" +#include "titanic/titanic.h" +#include "common/file.h" +#include "common/savefile.h" +#include "graphics/scaler.h" +#include "graphics/thumbnail.h" namespace Titanic { diff --git a/engines/titanic/core/resource_key.cpp b/engines/titanic/core/resource_key.cpp index e10b3be4cb..c7c48b5fdc 100644 --- a/engines/titanic/core/resource_key.cpp +++ b/engines/titanic/core/resource_key.cpp @@ -20,10 +20,11 @@ * */ -#include "common/file.h" -#include "titanic/titanic.h" -#include "titanic/support/simple_file.h" #include "titanic/core/resource_key.h" +#include "titanic/support/files_manager.h" +#include "titanic/support/simple_file.h" +#include "titanic/titanic.h" +#include "common/file.h" namespace Titanic { diff --git a/engines/titanic/core/view_item.cpp b/engines/titanic/core/view_item.cpp index 60e08a5582..489ef810e6 100644 --- a/engines/titanic/core/view_item.cpp +++ b/engines/titanic/core/view_item.cpp @@ -20,13 +20,14 @@ * */ -#include "titanic/game_manager.h" -#include "titanic/support/screen_manager.h" +#include "titanic/core/view_item.h" #include "titanic/core/project_item.h" #include "titanic/core/room_item.h" -#include "titanic/core/view_item.h" +#include "titanic/events.h" +#include "titanic/game_manager.h" #include "titanic/messages/messages.h" #include "titanic/pet_control/pet_control.h" +#include "titanic/support/screen_manager.h" #include "titanic/titanic.h" namespace Titanic { |