scummvm/engines/titanic/core
David Fioramonti c96b01b82e TITANIC: Reduce header includes for titanic.h
I reduced the header includes a lot in Titanic.h and forward
declared when I could. Titanic.h was including a lot and
a lot of functions that were including it were not using its
API. This will help make it more clear which implementation
files are using which class since they will just need to include
which ones they need.

I also moved the debug related items in Titanic.h into the debugger
header.

I also reordered several of the the header includes to be local to
global.
2017-08-24 04:06:54 -07:00
..
background.cpp TITANIC: Cleanup of movie flags 2017-02-16 21:42:42 -05:00
background.h TITANIC: Cleanup and fixes for CTurnOnTurnOff class 2016-12-07 19:48:35 -05:00
click_responder.cpp TITANIC: Implementing game classes 2016-08-18 22:45:58 -04:00
click_responder.h TITANIC: Implementing game classes 2016-08-18 22:45:58 -04:00
dont_save_file_item.cpp TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages 2016-07-24 20:11:49 -04:00
dont_save_file_item.h TITANIC: CDontSaveFileItem should be classed as a file item 2016-09-16 13:01:53 -04:00
drop_target.cpp TITANIC: Fix incorrect cursor after getting nose 2017-08-23 21:56:33 -04:00
drop_target.h TITANIC: Rename CDropTarget _showItem to _hideItem 2017-07-08 21:15:28 -04:00
file_item.cpp TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages 2016-07-24 20:11:49 -04:00
file_item.h JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
game_object_desc_item.cpp TITANIC: Fleshed out CMusicRoom & CMusicHandler setup 2016-08-30 22:51:18 -04:00
game_object_desc_item.h TITANIC: Fleshed out CMusicRoom & CMusicHandler setup 2016-08-30 22:51:18 -04:00
game_object.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
game_object.h TITANIC: Fix magazine being winnable multiple times 2017-08-17 19:57:42 -04:00
link_item.cpp TITANIC: Further improvements to arrow key movement 2017-08-08 22:24:22 -04:00
link_item.h TITANIC: Further improvements to arrow key movement 2017-08-08 22:24:22 -04:00
list.cpp TITANIC: Removed const modifier from all saveable objects 2016-07-15 19:25:58 -04:00
list.h JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
mail_man.cpp TITANIC: Clarifications to sending mail code 2016-12-26 15:45:52 -05:00
mail_man.h TITANIC: Clarifications to sending mail code 2016-12-26 15:45:52 -05:00
message_target.cpp TITANIC: Fix crash trying to restart game after returning to launcher 2017-07-18 22:09:57 -04:00
message_target.h TITANIC: Fix crash trying to restart game after returning to launcher 2017-07-18 22:09:57 -04:00
multi_drop_target.cpp TITANIC: Cleanup and fix for multi drop targets 2017-08-05 15:49:17 -04:00
multi_drop_target.h TITANIC: Cleanup and fix for multi drop targets 2017-08-05 15:49:17 -04:00
named_item.cpp TITANIC: Fix second parameter for isEquals method 2017-01-21 22:40:13 -05:00
named_item.h TITANIC: Fix second parameter for isEquals method 2017-01-21 22:40:13 -05:00
node_item.cpp TITANIC: Further work on view and node positioning 2016-08-02 17:49:41 -04:00
node_item.h TITANIC: Further work on view and node positioning 2016-08-02 17:49:41 -04:00
project_item.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
project_item.h TITANIC: Hook in the original game's secret cheat room 2017-08-07 21:10:24 -04:00
resource_key.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
resource_key.h TITANIC: Fix PET not showing on savegame load in front of nav helmet 2017-02-27 19:45:00 -05:00
room_item.cpp TITANIC: Adjust the switch/case fall-through comments 2017-07-23 11:12:12 +02:00
room_item.h TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage 2016-07-24 20:52:21 -04:00
saveable_object.cpp TITANIC: Fix resuming well music after looking down well 2017-08-12 15:50:52 -04:00
saveable_object.h TITANIC: Simplify freeing class list on exit 2016-11-07 07:36:52 -05:00
static_image.cpp TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages 2016-07-24 20:11:49 -04:00
static_image.h TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage 2016-07-24 20:52:21 -04:00
tree_item.cpp TITANIC: Fix findByName when doing a subsearch match 2017-02-14 22:40:13 -05:00
tree_item.h TITANIC: Rename viewChange to freeSurface 2017-06-11 17:06:46 -04:00
turn_on_object.cpp TITANIC: Removed const modifier from all saveable objects 2016-07-15 19:25:58 -04:00
turn_on_object.h TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage 2016-07-24 20:52:21 -04:00
turn_on_play_sound.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
turn_on_play_sound.h TITANIC: Implemented remaining game classes 2016-08-28 14:39:59 -04:00
turn_on_turn_off.cpp TITANIC: Cleanup of movie flags 2017-02-16 21:42:42 -05:00
turn_on_turn_off.h TITANIC: Cleanup and fixes for CTurnOnTurnOff class 2016-12-07 19:48:35 -05:00
view_item.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
view_item.h TITANIC: Further improvements to arrow key movement 2017-08-08 22:24:22 -04:00