aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/controls.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/controls.h')
-rw-r--r--engines/sci/graphics/controls.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/graphics/controls.h b/engines/sci/graphics/controls.h
index 1d0b9e1ac6..161dc1a1be 100644
--- a/engines/sci/graphics/controls.h
+++ b/engines/sci/graphics/controls.h
@@ -31,10 +31,10 @@ namespace Sci {
class Gfx;
class Font;
class Text;
-class SciGuiControls {
+class Controls {
public:
- SciGuiControls(SegManager *segMan, Gfx *gfx, Text *text);
- ~SciGuiControls();
+ Controls(SegManager *segMan, Gfx *gfx, Text *text);
+ ~Controls();
void drawListControl(Common::Rect rect, reg_t obj, int16 maxChars, int16 count, const char **entries, GuiResourceId fontId, int16 upperPos, int16 cursorPos, bool isAlias);
void TexteditCursorDraw(Common::Rect rect, const char *text, uint16 curPos);