diff options
| author | Max Horn | 2003-06-04 14:37:43 +0000 | 
|---|---|---|
| committer | Max Horn | 2003-06-04 14:37:43 +0000 | 
| commit | 6fd0e4a07f7502cf88e0d65a7030836196c15852 (patch) | |
| tree | 15622623c1b5e89dea1ae57d208101cf93d4d3e3 /scumm/nut_renderer.h | |
| parent | 97aaab94108c3ddbac82a130ddb4f4050867a880 (diff) | |
| download | scummvm-rg350-6fd0e4a07f7502cf88e0d65a7030836196c15852.tar.gz scummvm-rg350-6fd0e4a07f7502cf88e0d65a7030836196c15852.tar.bz2 scummvm-rg350-6fd0e4a07f7502cf88e0d65a7030836196c15852.zip | |
Patch #747021: DIG&CMI 2 byte charset support (very heavily modified by me; still needs more cleanup but already works well enough)
svn-id: r8293
Diffstat (limited to 'scumm/nut_renderer.h')
| -rw-r--r-- | scumm/nut_renderer.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/scumm/nut_renderer.h b/scumm/nut_renderer.h index 3194c7ef7c..21f035a5cd 100644 --- a/scumm/nut_renderer.h +++ b/scumm/nut_renderer.h @@ -41,6 +41,7 @@ public:  	~NutRenderer();  	bool loadFont(const char *filename, const char *dir); +	void draw2byte(int c, int32 x, int32 y, byte color, bool useMask);  	void drawChar(byte c, int32 x, int32 y, byte color, bool useMask);  //	void drawString(const char *string, int32 x, int32 y, byte color, int32 mode);  	int32 getCharWidth(byte c); | 
