aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/var_mor.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-01-05 07:56:45 +1100
committerStrangerke2012-04-06 08:19:27 +0200
commit1727798a8ea95574ecf6d43ec2fc071b6cb87d0b (patch)
tree38e969310f04a28aee9c92acd05ee0557083c6de /engines/mortevielle/var_mor.h
parent60f287c85d146c0bc8eca96fb9570036426c4ec1 (diff)
downloadscummvm-rg350-1727798a8ea95574ecf6d43ec2fc071b6cb87d0b.tar.gz
scummvm-rg350-1727798a8ea95574ecf6d43ec2fc071b6cb87d0b.tar.bz2
scummvm-rg350-1727798a8ea95574ecf6d43ec2fc071b6cb87d0b.zip
MORTEVIELLE: Implemented loading of the font data, and rewrote drawing routines to use it.
Diffstat (limited to 'engines/mortevielle/var_mor.h')
-rw-r--r--engines/mortevielle/var_mor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mortevielle/var_mor.h b/engines/mortevielle/var_mor.h
index 63d3112760..f9c29e20f6 100644
--- a/engines/mortevielle/var_mor.h
+++ b/engines/mortevielle/var_mor.h
@@ -28,6 +28,7 @@
#ifndef MORTEVIELLE_VAR_H
#define MORTEVIELLE_VAR_H
+#include "common/rect.h"
#include "common/str.h"
namespace Mortevielle {
@@ -396,7 +397,7 @@ void affcar(int gd, int x, int y, int coul, int chr);
void putpix(int gd, int x, int y, int coul);
Common::String copy(const Common::String &s, int idx, size_t size);
void Val(const Common::String &s, int &V, int Code);
-void affput(int Chx, int Gd, int x, int y, int coul, int char_);
+void affput(const Common::Point &pt, int palIndex, int ch);
/*---------------------------------------------------------------------------*/
/*------------------------------ STUBS ------------------------------*/