aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-08-31 19:26:04 +0000
committerPaweł Kołodziejski2002-08-31 19:26:04 +0000
commit0559f7a6aacacede9fe5b45b1f8e064613d35db3 (patch)
tree57ea29b5cdb6ee7c849504a399629fb613bbb0d9 /scumm/gfx.h
parentc1cbba1d652f694ef95996cfd574f6182c08eb28 (diff)
downloadscummvm-rg350-0559f7a6aacacede9fe5b45b1f8e064613d35db3.tar.gz
scummvm-rg350-0559f7a6aacacede9fe5b45b1f8e064613d35db3.tar.bz2
scummvm-rg350-0559f7a6aacacede9fe5b45b1f8e064613d35db3.zip
and more fixes
svn-id: r4889
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index bc858536a4..41cbad7d37 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -188,6 +188,4 @@ struct Gdi {
};
};
-void blit(byte *dst, byte *src, int w, int h);
-
#endif