aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/charset.h
AgeCommit message (Collapse)Author
2007-02-19Use consistent naming for the preprocessor constants used to guarantee thatTorbjörn Andersson
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727
2007-01-28Moved some stuff from CharsetRenderer (back) to ScummEngine, added commentsMax Horn
svn-id: r25250
2006-10-15Added some more const keywordsMax Horn
svn-id: r24330
2006-05-03Removed CharsetRendererV3::getFontHeight (it was identical to ↵Max Horn
CharsetRendererCommon::getFontHeight) svn-id: r22311
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582