diff options
Diffstat (limited to 'engines/neverhood/palette.h')
-rw-r--r-- | engines/neverhood/palette.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/palette.h b/engines/neverhood/palette.h index c83207caae..016f856104 100644 --- a/engines/neverhood/palette.h +++ b/engines/neverhood/palette.h @@ -61,6 +61,7 @@ protected: int _fadeStep; void update(); void fadeColor(byte *rgb, byte toR, byte toG, byte toB); + int calculateFadeStep(int counter); }; } // End of namespace Neverhood |