scummvm/engines/titanic/game/transport
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
..
exit_pellerator.cpp JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
exit_pellerator.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
gondolier.cpp TITANIC: Load more text strings from data file 2016-11-11 15:24:53 -05:00
gondolier.h TITANIC: Implemented more game classes 2016-08-21 21:41:48 -04:00
lift_indicator.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
lift_indicator.h TITANIC: Further clenaup of CLiftIndicator class 2016-11-11 19:59:50 -05:00
lift.cpp TITANIC: Reduce header includes for titanic.h 2017-08-24 04:06:54 -07:00
lift.h TITANIC: Renaming of lift fields 2016-12-18 14:32:52 -05:00
pellerator.cpp TITANIC: Fix too short animations in Pellerator journeys 2017-08-15 22:00:05 -04:00
pellerator.h JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
service_elevator.cpp TITANIC: Fix floor change message to go to both background & indicator 2016-10-30 00:00:03 -04:00
service_elevator.h TITANIC: Implemented more game classes 2016-08-27 22:51:33 -04:00
transport.cpp TITANIC: Add semicolon after EMPTY_MESSAGE_MAP macro usages 2016-07-24 20:11:49 -04:00
transport.h TITANIC: Add semicolon to DECLARE_MESSAGE_MAP usage 2016-07-24 20:52:21 -04:00