aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-02-26 17:29:45 +1100
committerPaul Gilbert2012-02-26 17:29:45 +1100
commitd5127d49ee50e9b3cfb8bcc6643dfb81b49ca96b (patch)
treea8d5137ce436b54c0b746585a51c0c887ca29616 /engines/tsage/core.h
parent69e7e117433904737c9c399c09b1c9e87394b500 (diff)
downloadscummvm-rg350-d5127d49ee50e9b3cfb8bcc6643dfb81b49ca96b.tar.gz
scummvm-rg350-d5127d49ee50e9b3cfb8bcc6643dfb81b49ca96b.tar.bz2
scummvm-rg350-d5127d49ee50e9b3cfb8bcc6643dfb81b49ca96b.zip
TSAGE: Implemented the initial loading logic for R2R animation player
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index 45bb3506d5..60a7930eab 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -378,7 +378,7 @@ public:
void setPalette(int index, int count);
void getEntry(int index, uint *r, uint *g, uint *b);
void setEntry(int index, uint r, uint g, uint b);
- uint8 indexOf(uint r, uint g, uint b, int threshold = 0xffff);
+ uint8 indexOf(uint r, uint g, uint b, int threshold = 0xffff, int start = 0, int count = 256);
void getPalette(int start = 0, int count = 256);
void signalListeners();
void clearListeners();