aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/palette32.h
diff options
context:
space:
mode:
authorFilippos Karapetis2016-01-08 15:40:05 +0200
committerFilippos Karapetis2016-01-08 15:40:05 +0200
commit8c6b5168a14abfaec424fd033803ec1a6cc8bebc (patch)
treee6dda1462733a2a60f2e8b8eaf43e4dd9a8424cd /engines/sci/graphics/palette32.h
parenta65ff0e56e90c5066bb9a87fe5f7ad7a0fc6db59 (diff)
downloadscummvm-rg350-8c6b5168a14abfaec424fd033803ec1a6cc8bebc.tar.gz
scummvm-rg350-8c6b5168a14abfaec424fd033803ec1a6cc8bebc.tar.bz2
scummvm-rg350-8c6b5168a14abfaec424fd033803ec1a6cc8bebc.zip
SCI: Make GfxPalette32 conform to out formatting guidelines
We do not prepend underscores to private class functions
Diffstat (limited to 'engines/sci/graphics/palette32.h')
-rw-r--r--engines/sci/graphics/palette32.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/graphics/palette32.h b/engines/sci/graphics/palette32.h
index 87bebbb2fa..3432e4bfd2 100644
--- a/engines/sci/graphics/palette32.h
+++ b/engines/sci/graphics/palette32.h
@@ -85,9 +85,9 @@ namespace Sci {
* a fatal error has occurred and the engine will display an error and then exit.
*/
bool _cycleMap[256];
- inline void _clearCycleMap(uint16 fromColor, uint16 numColorsToClear);
- inline void _setCycleMap(uint16 fromColor, uint16 numColorsToClear);
- inline PalCycler *_getCycler(uint16 fromColor);
+ inline void clearCycleMap(uint16 fromColor, uint16 numColorsToClear);
+ inline void setCycleMap(uint16 fromColor, uint16 numColorsToClear);
+ inline PalCycler *getCycler(uint16 fromColor);
/**
* The fade table records the expected intensity level of each pixel in the palette that will be displayed on