aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/gfxcore.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-05-03 13:14:46 +1000
committerPaul Gilbert2012-05-03 13:14:46 +1000
commitcb1b1c453d133104511afaecad28434231a7be24 (patch)
tree9dcf011f45f3cfaf702fb9139540d5189fce2432 /engines/tony/gfxcore.h
parent07a16ab2f38c6993addcd659a15dd054f776fa85 (diff)
downloadscummvm-rg350-cb1b1c453d133104511afaecad28434231a7be24.tar.gz
scummvm-rg350-cb1b1c453d133104511afaecad28434231a7be24.tar.bz2
scummvm-rg350-cb1b1c453d133104511afaecad28434231a7be24.zip
TONY: Added GfxCoreInline.hpp methods
Diffstat (limited to 'engines/tony/gfxcore.h')
-rw-r--r--engines/tony/gfxcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tony/gfxcore.h b/engines/tony/gfxcore.h
index b6a10ab778..708e3adfa8 100644
--- a/engines/tony/gfxcore.h
+++ b/engines/tony/gfxcore.h
@@ -294,7 +294,7 @@ public:
int LoadPaletteWA(uint32 resID, bool bSwapped = false);
int LoadPaletteWA(const byte *buf, bool bSwapped = false);
int LoadPalette(uint32 resID);
- int LoadPalette(byte *buf);
+ int LoadPalette(const byte *buf);
};