aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/utility.cpp
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-09ZVISION: Test for file.open before trying to readrichiesams
2013-08-04ZVISION: Initialize iteratorrichiesams
2013-08-04ZVISION: Remove variable used for debugging purposesrichiesams
2013-08-04ZVISION: Fix memory leaksrichiesams
2013-08-04ZVISION: Replace includes with forward declarationsrichiesams
2013-08-04ZVISION: Create utility function to convert .RAW to .WAVrichiesams
2013-08-04ZVISION: Create utility function to parse fileName from a full/partial pathrichiesams
2013-08-04ZVISION: Move utility functions to a cpp file with declarations in a header filerichiesams