aboutsummaryrefslogtreecommitdiff
path: root/graphics/wincursor.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-03-05 13:36:55 -0500
committerMatthew Hoops2011-03-05 13:36:55 -0500
commit6143fe965bb5332d8f32709ff1cce3624cd0e51d (patch)
treefc4819a5e941bcc84485d81d73813abca8a72c4d /graphics/wincursor.h
parentc66233f83e2d86b72f45aff20fb3198976850e42 (diff)
downloadscummvm-rg350-6143fe965bb5332d8f32709ff1cce3624cd0e51d.tar.gz
scummvm-rg350-6143fe965bb5332d8f32709ff1cce3624cd0e51d.tar.bz2
scummvm-rg350-6143fe965bb5332d8f32709ff1cce3624cd0e51d.zip
GRAPHICS: Add support for PE cursors in WinCursorGroup
Only 1bpp still
Diffstat (limited to 'graphics/wincursor.h')
-rw-r--r--graphics/wincursor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/wincursor.h b/graphics/wincursor.h
index 3e2fc55bb8..b89bda9cd4 100644
--- a/graphics/wincursor.h
+++ b/graphics/wincursor.h
@@ -86,7 +86,7 @@ struct WinCursorGroup {
Common::Array<CursorItem> cursors;
static WinCursorGroup *createCursorGroup(Common::NEResources &exe, const Common::WinResourceID &id);
- //static WinCursorGroup *createCursorGroup(Common::PEResources &exe, const Common::WinResourceID &id);
+ static WinCursorGroup *createCursorGroup(Common::PEResources &exe, const Common::WinResourceID &id);
};
} // End of namespace Graphics