aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/graphics.h')
-rw-r--r--engines/mortevielle/graphics.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/mortevielle/graphics.h b/engines/mortevielle/graphics.h
index 026950e127..116eb222c2 100644
--- a/engines/mortevielle/graphics.h
+++ b/engines/mortevielle/graphics.h
@@ -58,9 +58,10 @@ private:
int _yInc, _yEnd, _xInc, _xEnd;
int _width, _height;
+ byte nextNibble(const byte *&pSrc);
+ byte nextByte(const byte *&pSrc, const byte *&pLookup);
+
void majTtxTty();
- byte suiv(const byte *&pSrc);
- byte csuiv(const byte *&pSrc, const byte *&pLookup);
int desanalyse(const byte *&pSrc);
void horizontal(const byte *&pSrc, byte *&pDest, const byte *&pLookup);
void vertical(const byte *&pSrc, byte *&pDest, const byte *&pLookup);