aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorMax Horn2002-08-29 20:01:27 +0000
committerMax Horn2002-08-29 20:01:27 +0000
commit4b83c17b31eaab340c8eccee2f64cd68e6c6feb8 (patch)
treef6954cba1108dedf6c5a94bb99693d65175fd16b /scumm/scumm.h
parent31853df454d5785c3ebe8ba6de0be611c15c1169 (diff)
downloadscummvm-rg350-4b83c17b31eaab340c8eccee2f64cd68e6c6feb8.tar.gz
scummvm-rg350-4b83c17b31eaab340c8eccee2f64cd68e6c6feb8.tar.bz2
scummvm-rg350-4b83c17b31eaab340c8eccee2f64cd68e6c6feb8.zip
some cleanup/refactoring
svn-id: r4866
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 0b0dfcf590..b4c01e06ff 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -461,8 +461,6 @@ public:
byte _numObjectsInRoom;
int8 _userPut;
int _resourceHeaderSize;
- void unkRoomFunc3(int a, int b, int c, int d, int e);
- void palManipulate(int a, int b, int c, int d, int e);
void setScaleItem(int slot, int a, int b, int c, int d);
void clearClickedStatus();
void startManiac();
@@ -796,7 +794,9 @@ public:
void swapPalColors(int a, int b);
void cyclePalette();
void stopCycle(int i);
+ void palManipulateInit(int a, int b, int c, int d, int e);
void palManipulate();
+ void unkRoomFunc3(int a, int b, int c, int d, int e);
int remapPaletteColor(int r, int g, int b, uint threshold);
void moveMemInPalRes(int start, int end, byte direction);
void setupShadowPalette(int slot, int rfact, int gfact, int bfact, int from, int to);