aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2004-12-29 16:10:53 +0000
committerTorbjörn Andersson2004-12-29 16:10:53 +0000
commita5656fa83e17d74a7e695fcb0bd5fcabba3ca4f2 (patch)
tree62552d7e6dc981e2f14eaa585f533ce259611aeb /saga/gfx.h
parentfd0efdc6546d9cddf2ae64d6fbebd33bed7f9085 (diff)
downloadscummvm-rg350-a5656fa83e17d74a7e695fcb0bd5fcabba3ca4f2.tar.gz
scummvm-rg350-a5656fa83e17d74a7e695fcb0bd5fcabba3ca4f2.tar.bz2
scummvm-rg350-a5656fa83e17d74a7e695fcb0bd5fcabba3ca4f2.zip
Implemented the "placard" functions, because they're such a nice visual
feedback that something right is happening. svn-id: r16371
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 25a054ddd8..ba5607189b 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -107,6 +107,8 @@ public:
int getCurrentPal(PALENTRY *src_pal);
int palToBlack(SURFACE *surface, PALENTRY *src_pal, double percent);
int blackToPal(SURFACE *surface, PALENTRY *src_pal, double percent);
+ void palToBlackWait(SURFACE *surface, PALENTRY *src_pal, int duration);
+ void blackToPalWait(SURFACE *surface, PALENTRY *src_pal, int duration);
void updateCursor() { setCursor(getWhite()); }
void showCursor(bool state);