aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-02 00:49:56 +0200
committerEugene Sandulenko2019-09-03 17:17:07 +0200
commitd55370ac82768b2f733aab4e723bda08cb36bb44 (patch)
tree54099200ad04edd938807a8efd6ed00ffd120fa9 /engines/hdb/gfx.h
parent362cb060f3a70bf21218c17c148a84abbd685989 (diff)
downloadscummvm-rg350-d55370ac82768b2f733aab4e723bda08cb36bb44.tar.gz
scummvm-rg350-d55370ac82768b2f733aab4e723bda08cb36bb44.tar.bz2
scummvm-rg350-d55370ac82768b2f733aab4e723bda08cb36bb44.zip
HDB: Rename class DrawMan -> Gfx
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 1ace112993..964af02841 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -82,11 +82,11 @@ struct CharInfo {
int32 offset; // From the start of the font charInfo chunk
};
-class DrawMan {
+class Gfx {
public:
- DrawMan();
- ~DrawMan();
+ Gfx();
+ ~Gfx();
Graphics::ManagedSurface _globalSurface;