aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/font.cpp
AgeCommit message (Collapse)Author
2006-02-25- avoid using typedef for structs (it is just not necessary in C++)Max Horn
- added a const/static here and there - started to reduce header dependencies svn-id: r20856
2006-02-25Use static/const on data tables when possible (this helps the compiler to ↵Max Horn
optimize things better) svn-id: r20853
2006-02-25Moved cine engine into namespace CineMax Horn
svn-id: r20851
2006-02-22Initial version of Cinematique engine evo 1.Eugene Sandulenko
svn-id: r20813