aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gfx/gfx_resource.h
diff options
context:
space:
mode:
authorFilippos Karapetis2009-03-07 17:08:31 +0000
committerFilippos Karapetis2009-03-07 17:08:31 +0000
commit91f2553260e6269889bf98db194cbb1c2c9eb573 (patch)
treee45283a6dff79f07aa9e2eadecb2a6cc33ff802a /engines/sci/gfx/gfx_resource.h
parentf3a953e4f79956b6cbf251cc6985a6e68dcea3e4 (diff)
downloadscummvm-rg350-91f2553260e6269889bf98db194cbb1c2c9eb573.tar.gz
scummvm-rg350-91f2553260e6269889bf98db194cbb1c2c9eb573.tar.bz2
scummvm-rg350-91f2553260e6269889bf98db194cbb1c2c9eb573.zip
Merged all the different cursor drawing functions inside gfxr_interpreter_get_cursor()
svn-id: r39192
Diffstat (limited to 'engines/sci/gfx/gfx_resource.h')
-rw-r--r--engines/sci/gfx/gfx_resource.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/engines/sci/gfx/gfx_resource.h b/engines/sci/gfx/gfx_resource.h
index 761143447e..55b3fc9c14 100644
--- a/engines/sci/gfx/gfx_resource.h
+++ b/engines/sci/gfx/gfx_resource.h
@@ -323,28 +323,6 @@ gfxr_view_t *gfxr_draw_view0(int id, byte *resource, int size, int palette);
** Returns : (gfxr_view_t *) The resulting view
*/
-gfx_pixmap_t *gfxr_draw_cursor0(int id, byte *resource, int size);
-/* Calculates an SCI0 cursor
-** Parameters: (int) id: The cursor's resource ID
-** (byte *) resource: Pointer to the resource data
-** (int) size: Resource size
-** Returns : (gfx_pixmap_t *) A newly allocated pixmap storing the cursor
-*/
-
-/**********************/
-/* SCI01 operations */
-/**********************/
-
-gfx_pixmap_t *gfxr_draw_cursor01(int id, byte *resource, int size);
-/* Calculates an SCI01 cursor
-** Parameters: (int) id: The cursor's resource ID
-** (byte *) resource: Pointer to the resource data
-** (int) size: Resource size
-** Returns : (gfx_pixmap_t *) A newly allocated pixmap containing an index
-** color representation of the cursor
-*/
-
-
/*********************/
/* SCI1 operations */
/*********************/