aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-05-02 16:32:28 +0000
committerEugene Sandulenko2004-05-02 16:32:28 +0000
commit86c055b7965f49c01a79e5ac750f79c07ef7da68 (patch)
treeb060235fbe1bd88ce1e2b26e2618276ddfd64caf /saga/gfx.h
parent2617f36cb6f87c9fc05da4aebcc9fc343540eaf7 (diff)
downloadscummvm-rg350-86c055b7965f49c01a79e5ac750f79c07ef7da68.tar.gz
scummvm-rg350-86c055b7965f49c01a79e5ac750f79c07ef7da68.tar.bz2
scummvm-rg350-86c055b7965f49c01a79e5ac750f79c07ef7da68.zip
Make sure cursor is always white
svn-id: r13750
Diffstat (limited to 'saga/gfx.h')
-rw-r--r--saga/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/saga/gfx.h b/saga/gfx.h
index dd088d89f0..a24385874a 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -47,6 +47,8 @@ struct R_GFX_MODULE {
int black_index;
};
+void GFX_SetCursor(int best_white);
+
} // End of namespace Saga
#endif