From d55370ac82768b2f733aab4e723bda08cb36bb44 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 2 Jul 2019 00:49:56 +0200 Subject: HDB: Rename class DrawMan -> Gfx --- engines/hdb/gfx.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/hdb/gfx.h') 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; -- cgit v1.2.3