aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/push_toggle_control.h
AgeCommit message (Collapse)Author
2013-11-01ZVISION: Create a folder structure for ZVision source filesRichieSams
I personally used filters within my IDE, but since others are now joining the project, it was brought to my attention that some better organization would be nice.
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-28ZVISION: Change PushToggleControl to comply with new Control base classrichiesams
2013-08-24ZVISION: Move PushToggleControl and LeverControl to their own filesrichiesams