aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/cursor_manager.h
AgeCommit message (Collapse)Author
2013-10-20ZVISION: Style modifing by astyle.Marisa-Chan
2013-10-02ZVISION: Standardize includes order and formatRichieSams
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module
2013-08-14ZVISION: Add documentationrichiesams
2013-08-14ZVISION: Create methods for setting left, right, up, down cursorsrichiesams
2013-08-11ZVISION: Convert hardcoded constants to anonymous enum variablesrichiesams
2013-08-11ZVISION: Change CursorManager to go through CursorMan instead going directly ↵richiesams
to OSystem This had to be done so the cursor didn't disappear after the user went to GMM or debug console
2013-08-09ZVISION: Add class to manage cursorsrichiesams