aboutsummaryrefslogtreecommitdiff
path: root/queen/graphics.h
diff options
context:
space:
mode:
authorChris Apers2004-03-17 14:10:51 +0000
committerChris Apers2004-03-17 14:10:51 +0000
commit6e1200dc6788ee24e46f17d084254f6cd84bb95a (patch)
tree105ebc42e9766e757d30aad36097d13939ed013a /queen/graphics.h
parent1ca917d81bef47379066d229142f8f86c1aae1e7 (diff)
downloadscummvm-rg350-6e1200dc6788ee24e46f17d084254f6cd84bb95a.tar.gz
scummvm-rg350-6e1200dc6788ee24e46f17d084254f6cd84bb95a.tar.bz2
scummvm-rg350-6e1200dc6788ee24e46f17d084254f6cd84bb95a.zip
Added PalmOS support
svn-id: r13336
Diffstat (limited to 'queen/graphics.h')
-rw-r--r--queen/graphics.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/queen/graphics.h b/queen/graphics.h
index 0d755a81dd..68360bd381 100644
--- a/queen/graphics.h
+++ b/queen/graphics.h
@@ -227,12 +227,18 @@ private:
int16 frame;
};
+#ifdef __PALM_OS__
+public:
+#endif
struct BamDataBlock {
BamDataObj obj1; // truck / Frank
BamDataObj obj2; // Rico / robot
BamDataObj fx;
int16 sfx;
};
+#ifdef __PALM_OS__
+private:
+#endif
BobSlot *_obj1;
BobSlot *_obj2;
@@ -243,10 +249,12 @@ private:
QueenEngine *_vm;
+#ifndef __PALM_OS__
static const BamDataBlock _carData[];
static const BamDataBlock _fight1Data[];
static const BamDataBlock _fight2Data[];
static const BamDataBlock _fight3Data[];
+#endif
};
} // End of namespace Queen