Commit Graph
7 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 68a8c82f69 TITANIC: Fix hang searching quotes tree 2016-11-10 21:58:07 -05:00
Eugene Sandulenko dead4aa014 JANITORIAL: Remove trailing spaces 2016-10-09 14:59:58 +02:00
Paul Gilbert 9d92a5a6a4 TITANIC: Fleshing out usage of TTscriptArrayItem in TTnpcScript 2016-07-15 19:20:11 -04:00
Paul Gilbert 289856dce3 TITANIC: Finished TTquotesTree search methods 2016-07-15 19:20:08 -04:00
Paul Gilbert bfe075d314 TITANIC: Further fleshing out of TTquotes and TTquotesTree 2016-07-15 19:20:05 -04:00
Paul Gilbert 51226842c8 TITANIC: Start of new TTvocabTree class; added load method 2016-07-15 19:20:02 -04:00