aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/graphics.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-09-08 20:38:12 -0400
committerMatthew Hoops2011-09-08 20:38:12 -0400
commit5a7ca3553ca480021c0992e83e9644eeeba2f724 (patch)
tree7dbff1a47f93f3f6d2adac124d0fcc19c6eeffbe /engines/pegasus/graphics.h
parent0e14012edd8341842c8f14fbe7eeec266fdb17b5 (diff)
downloadscummvm-rg350-5a7ca3553ca480021c0992e83e9644eeeba2f724.tar.gz
scummvm-rg350-5a7ca3553ca480021c0992e83e9644eeeba2f724.tar.bz2
scummvm-rg350-5a7ca3553ca480021c0992e83e9644eeeba2f724.zip
PEGASUS: Create separate Cursor class for cursors
Diffstat (limited to 'engines/pegasus/graphics.h')
-rw-r--r--engines/pegasus/graphics.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/engines/pegasus/graphics.h b/engines/pegasus/graphics.h
index 7607c626d5..41353735b1 100644
--- a/engines/pegasus/graphics.h
+++ b/engines/pegasus/graphics.h
@@ -34,20 +34,6 @@
namespace Pegasus {
enum {
- // The main cursors
- kMainCursor = 128,
- kZoomInCursor = 129,
- kZoomOutCursor = 130,
- kPointingCursor = 131,
- kInteractHand = 132,
- kGrabbingHand = 133,
-
- // Reticles when using the Mars shuttle
- kTargetingReticle1 = 900,
- kTargetingReticle2 = 901
-};
-
-enum {
kImageCacheSize = 10
};
@@ -66,7 +52,6 @@ public:
void drawPict(Common::String filename, int x, int y, bool updateScreen = true);
void drawPictTransparent(Common::String filename, int x, int y, uint32 transparency, bool updateScreen = true);
- void setCursor(uint16 cursor);
uint32 getColor(byte r, byte g, byte b);
private: