aboutsummaryrefslogtreecommitdiff
path: root/graphics/wincursor.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-16 00:05:31 -0400
committerMatthew Hoops2011-08-16 00:05:31 -0400
commit1793d92c8ba7b08cc3891dcc567923eb9f5a721e (patch)
treef49f3c372af7bc1720e4f88633c55be326fff01e /graphics/wincursor.h
parent52d8146d9b139629eb69a7be9151f2b0d6e75483 (diff)
downloadscummvm-rg350-1793d92c8ba7b08cc3891dcc567923eb9f5a721e.tar.gz
scummvm-rg350-1793d92c8ba7b08cc3891dcc567923eb9f5a721e.tar.bz2
scummvm-rg350-1793d92c8ba7b08cc3891dcc567923eb9f5a721e.zip
GRAPHICS: Create base Cursor class for Mac/Win cursors
Diffstat (limited to 'graphics/wincursor.h')
-rw-r--r--graphics/wincursor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/wincursor.h b/graphics/wincursor.h
index 86693db88b..6e2567662b 100644
--- a/graphics/wincursor.h
+++ b/graphics/wincursor.h
@@ -26,6 +26,8 @@
#include "common/array.h"
#include "common/winexe.h"
+#include "graphics/cursor.h"
+
namespace Common {
class NEResources;
class PEResources;
@@ -35,7 +37,7 @@ class SeekableReadStream;
namespace Graphics {
/** A Windows cursor. */
-class WinCursor {
+class WinCursor : public Cursor {
public:
WinCursor();
~WinCursor();