aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/base_stars.h
AgeCommit message (Collapse)Author
2017-08-24TITANIC: Reduce header includes for star_control filesDavid Fioramonti
Minimized a lot of the unncessary files includes in the implementation files as well.
2017-08-18TITANIC: Simplified dependencies for classes related to star_cameraDavid Fioramonti
This involved removing header files and forward declaring when possible. I also reorded the header include files to be local to gloabal. E.x., in the class implementation the class header file would be the first included. This is a first pass of header reduction for star_control/ files
2017-04-15TITANIC: Renaming methods for setting camera movementPaul Gilbert
2017-04-09TITANIC: Rename CStarControlSub12 to CStarCameraPaul Gilbert
2017-04-09TITANIC: Rename CBaseStar to CBaseStarsPaul Gilbert