aboutsummaryrefslogtreecommitdiff
path: root/saga/reinherit.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-05-01 23:42:22 +0000
committerEugene Sandulenko2004-05-01 23:42:22 +0000
commit66876dc1d12802b6d2339df2a31d010e55f3d700 (patch)
treee94167bbc94ef5f0d653ef12cd192e742963fb23 /saga/reinherit.h
parentc0772498b6d2351ed2f3c2ba308d0bbda84b7cb0 (diff)
downloadscummvm-rg350-66876dc1d12802b6d2339df2a31d010e55f3d700.tar.gz
scummvm-rg350-66876dc1d12802b6d2339df2a31d010e55f3d700.tar.bz2
scummvm-rg350-66876dc1d12802b6d2339df2a31d010e55f3d700.zip
Proper #includes everywhere
Improved game detector svn-id: r13724
Diffstat (limited to 'saga/reinherit.h')
-rw-r--r--saga/reinherit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/saga/reinherit.h b/saga/reinherit.h
index 06afa6a918..36dcea552a 100644
--- a/saga/reinherit.h
+++ b/saga/reinherit.h
@@ -71,7 +71,6 @@ struct R_SURFACE {
int buf_w;
int buf_h;
int buf_pitch;
- int bpp;
R_RECT clip_rect;
void *impl_src;
};