aboutsummaryrefslogtreecommitdiff
path: root/util.h
AgeCommit message (Collapse)Author
2002-07-25added simple hexdump() function (nice for debugging); added some debug code ↵Max Horn
for Zak256 sounds svn-id: r4626
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String ↵Max Horn
class; took painelf's patch which implements save/load dialog in new GUI and fixed it slightly; various other minor changes svn-id: r4591
2002-07-18String class now uses ref counting for its data, which allows efficient ↵Max Horn
copying of strings svn-id: r4588
2002-07-17moved gui/utils.* to main level; removed some unused stuff from our file ↵Max Horn
accessor functions svn-id: r4583