scummvm/engines/titanic/messages
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
..
auto_sound_event.cpp TITANIC: Fix the CBilgeDispensorEvent not firing 2017-07-25 22:04:28 -04:00
auto_sound_event.h TITANIC: Fix the CBilgeDispensorEvent not firing 2017-07-25 22:04:28 -04:00
bilge_auto_sound_event.cpp TITANIC: Removed const modifier from all saveable objects 2016-07-15 19:25:58 -04:00
bilge_auto_sound_event.h TITANIC: Add semicolon after CLASSDEF macro usage 2016-07-24 20:30:56 -04:00
bilge_dispensor_event.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
bilge_dispensor_event.h TITANIC: Fix the CBilgeDispensorEvent not firing 2017-07-25 22:04:28 -04:00
door_auto_sound_event.cpp TITANIC: Implementing game classes 2016-08-18 23:52:58 -04:00
door_auto_sound_event.h TITANIC: Implementing game classes 2016-08-18 23:52:58 -04:00
messages.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
messages.h TITANIC: Remove development link left in computer screen view 2017-08-06 17:45:27 -04:00
mouse_messages.cpp JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
mouse_messages.h TITANIC: Fix dragging magazine to inventory 2016-12-02 19:28:31 -05:00
pet_messages.h TITANIC: Implemented PET game classes 2016-08-27 07:50:19 -04:00
service_elevator_door.cpp TITANIC: Implemented more game classes 2016-08-27 22:51:33 -04:00
service_elevator_door.h TITANIC: Implemented more game classes 2016-08-27 22:51:33 -04:00