aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/carry/brain.h
AgeCommit message (Collapse)Author
2016-07-10TITANIC: Implement CBridgePiece message handlersPaul Gilbert
2016-03-21TITANIC: Add new derived Rect and Point classesPaul Gilbert
2016-03-06TITANIC: Converting saveable objects hierarchy to have type dataPaul Gilbert
This is necessary for at least message sending, and probably other areas, that needs to be able to pass class filtering for message targets. And I could figure out a clean way to use the built-in RTTI
2016-02-28TITANIC: Loading bugfixes and implemented CBrain descendentsPaul Gilbert
2016-02-27TITANIC: Added CCarry and descendent classesPaul Gilbert