aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorWinterGrascph2016-05-23 23:31:09 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitab1e17257ca737c89c3e1a5f51741b2665ab4cac (patch)
tree7ffaeed768339e696f976af58047c618e0487b86 /engines/dm/gfx.h
parent02c0487b5769b9a2d53f1cf692c2bb616b03be96 (diff)
downloadscummvm-rg350-ab1e17257ca737c89c3e1a5f51741b2665ab4cac.tar.gz
scummvm-rg350-ab1e17257ca737c89c3e1a5f51741b2665ab4cac.tar.bz2
scummvm-rg350-ab1e17257ca737c89c3e1a5f51741b2665ab4cac.zip
DM: Add isDrawnWallOrnAnAlcove function
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index bbd9eb48f9..14cb6ebc94 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -12,6 +12,8 @@ extern uint16 gPalCredits[16];
extern uint16 gPalEntrance[16];
extern uint16 gPalDungeonView[6][16];
+
+
typedef struct {
uint16 X1;
uint16 X2;