aboutsummaryrefslogtreecommitdiff
path: root/engines/gargoyle/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gargoyle/screen.h')
-rw-r--r--engines/gargoyle/screen.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/gargoyle/screen.h b/engines/gargoyle/screen.h
index 3974096dfa..66553c36ae 100644
--- a/engines/gargoyle/screen.h
+++ b/engines/gargoyle/screen.h
@@ -28,6 +28,13 @@
namespace Gargoyle {
+enum CaretShape {
+ SMALL_DOT = 0, FAT_DOT = 1, THIN_LINE = 2, FAT_LINE = 3, BLOCK = 4
+};
+
+/**
+ * Screen surface class
+ */
class Screen : public Graphics::Screen, public Fonts {
public:
/**