aboutsummaryrefslogtreecommitdiff
path: root/queen/resource.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/resource.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/resource.h')
-rw-r--r--queen/resource.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/queen/resource.h b/queen/resource.h
index c9b6036359..bc65aa0a6b 100644
--- a/queen/resource.h
+++ b/queen/resource.h
@@ -124,10 +124,11 @@ protected:
static const char *_tableFilename;
static const GameVersion _gameVersions[];
+#ifndef __PALM_OS__
static ResourceEntry _resourceTablePEM10[];
+#endif
};
} // End of namespace Queen
#endif
-