aboutsummaryrefslogtreecommitdiff
path: root/saga/gfx.h
diff options
context:
space:
mode:
authorEugene Sandulenko2004-08-03 00:40:16 +0000
committerEugene Sandulenko2004-08-03 00:40:16 +0000
commit415400f24e4041298ebd2b084f8fa4a32ea4e7c7 (patch)
treee6d08ba20f959c57dcd2276828f77be0684a4ac9 /saga/gfx.h
parentfe1ab79beeec83d156572c12a8f3e1cb874d7d7d (diff)
downloadscummvm-rg350-415400f24e4041298ebd2b084f8fa4a32ea4e7c7.tar.gz
scummvm-rg350-415400f24e4041298ebd2b084f8fa4a32ea4e7c7.tar.bz2
scummvm-rg350-415400f24e4041298ebd2b084f8fa4a32ea4e7c7.zip
Move TEXT_* to SagaEngine class.
svn-id: r14450
Diffstat (limited to 'saga/gfx.h')
-rw-r--r--saga/gfx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saga/gfx.h b/saga/gfx.h
index 10330dbb09..f4399a2000 100644
--- a/saga/gfx.h
+++ b/saga/gfx.h
@@ -28,6 +28,9 @@
namespace Saga {
+typedef Common::Point R_POINT;
+typedef Common::Rect R_RECT;
+
struct R_CLIPINFO {
// input members
const R_RECT *src_rect;