aboutsummaryrefslogtreecommitdiff
path: root/graphics/wincursor.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-16 00:30:12 -0400
committerMatthew Hoops2011-08-16 00:30:12 -0400
commitc75bf3290d841f61e9b321f2419537cdaa972f52 (patch)
tree0101629b7656516e2f8906330d8cb5a97b856696 /graphics/wincursor.h
parent91ae23ebf2967433d17457fbfc41cfb6200a924e (diff)
downloadscummvm-rg350-c75bf3290d841f61e9b321f2419537cdaa972f52.tar.gz
scummvm-rg350-c75bf3290d841f61e9b321f2419537cdaa972f52.tar.bz2
scummvm-rg350-c75bf3290d841f61e9b321f2419537cdaa972f52.zip
GRAPHICS: Add a default Windows cursor
Based on the Mohawk one
Diffstat (limited to 'graphics/wincursor.h')
-rw-r--r--graphics/wincursor.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/graphics/wincursor.h b/graphics/wincursor.h
index 974341f196..e6b35dc80c 100644
--- a/graphics/wincursor.h
+++ b/graphics/wincursor.h
@@ -102,6 +102,13 @@ struct WinCursorGroup {
static WinCursorGroup *createCursorGroup(Common::PEResources &exe, const Common::WinResourceID &id);
};
+/**
+ * Create a Cursor for the default Windows cursor.
+ *
+ * @note The calling code is responsible for deleting the returned pointer.
+ */
+Cursor *makeDefaultWinCursor();
+
} // End of namespace Graphics
#endif