aboutsummaryrefslogtreecommitdiff
path: root/saga/font.h
diff options
context:
space:
mode:
authorAndrew Kurushin2005-07-19 19:05:52 +0000
committerAndrew Kurushin2005-07-19 19:05:52 +0000
commit50c2d8954d229145b508a9e822c6f49b353b9c9f (patch)
tree708bc3ff6b5f11052e96206c32d17fe7155bd350 /saga/font.h
parent546a9d852b1907dd8e1c9403842a934a98fd9a2d (diff)
downloadscummvm-rg350-50c2d8954d229145b508a9e822c6f49b353b9c9f.tar.gz
scummvm-rg350-50c2d8954d229145b508a9e822c6f49b353b9c9f.tar.bz2
scummvm-rg350-50c2d8954d229145b508a9e822c6f49b353b9c9f.zip
finally Resource manager rewritten:
-adds patch file support -global _vm removed cleanups svn-id: r18560
Diffstat (limited to 'saga/font.h')
-rw-r--r--saga/font.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/saga/font.h b/saga/font.h
index 5b5963b9b4..70a15ee451 100644
--- a/saga/font.h
+++ b/saga/font.h
@@ -54,9 +54,10 @@ namespace Saga {
#define TEXT_LINESPACING 2
struct TextListEntry {
- int display;
-// int id;
+ bool display;
+ bool useRect;
Common::Point point;
+ Common::Rect rect;
int color;
int effectColor;
FontEffectFlags flags;