Commit Graph
10 Commits
Author SHA1 Message Date
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
Paul Gilbert 1948b62a80 TITANIC: Cleanup of music room object classes 2017-01-29 20:36:15 -05:00
Paul Gilbert 6af5b08014 TITANIC: Fix all music instrument properties that are bool 2017-01-29 19:27:11 -05:00
Paul Gilbert a9abeb5f95 TITANIC: Cleanup of music room setup code 2017-01-29 15:37:00 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert c585b66b36 TITANIC: Rename CMusicHandler to CMusicRoomHandler for better clarity 2016-08-31 12:51:38 -04:00
Paul Gilbert d9fb4a2bc5 TITANIC: Fleshed out CMusicRoom & CMusicHandler setup 2016-08-30 22:51:18 -04:00
Paul Gilbert 9a71c9166b TITANIC: Implemented more game classes and music widget classes 2016-08-25 22:13:04 -04:00
Paul Gilbert 5ccc0a66da TITANIC: Removed const modifier from all saveable objects
Turns out that CGameObject::save regenerates the _movieRangeInfo list.
So the const suffix can no longer be used for the entire hierarchy
2016-07-15 19:25:58 -04:00
Paul Gilbert 32d84ed33d TITANIC: Added lots more miscellaneous classes 2016-03-01 08:07:05 -05:00