aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/core.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-08-29 22:01:11 +1000
committerPaul Gilbert2011-08-29 22:01:11 +1000
commita28bffec1cf37517f3dd9d7fda7ad511c921a7db (patch)
tree0b3d63bb71b58e1e0be5207f126aab240e72765a /engines/tsage/core.h
parentb12fed08356d8cd59de5ae5867bb8f8f9b0c5453 (diff)
downloadscummvm-rg350-a28bffec1cf37517f3dd9d7fda7ad511c921a7db.tar.gz
scummvm-rg350-a28bffec1cf37517f3dd9d7fda7ad511c921a7db.tar.bz2
scummvm-rg350-a28bffec1cf37517f3dd9d7fda7ad511c921a7db.zip
TSAGE: Implemented the Blue Force right-click dialog
Diffstat (limited to 'engines/tsage/core.h')
-rw-r--r--engines/tsage/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/core.h b/engines/tsage/core.h
index b1cbf74bd3..9cd28b1e89 100644
--- a/engines/tsage/core.h
+++ b/engines/tsage/core.h
@@ -368,6 +368,7 @@ public:
bool loadPalette(int paletteNum);
void refresh();
void setPalette(int index, int count);
+ void setEntry(int index, uint r, uint g, uint b);
uint8 indexOf(uint r, uint g, uint b, int threshold = 0xffff);
void getPalette(int start = 0, int count = 256);
void signalListeners();