aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/plugin.h
diff options
context:
space:
mode:
authorMax Horn2006-04-08 08:23:33 +0000
committerMax Horn2006-04-08 08:23:33 +0000
commit9c77c2ecd1beb3026df8249c5aed271616bc6449 (patch)
tree6df21e591e09bc2660cf40c17dba062415b33443 /engines/scumm/plugin.h
parent54b99891cb85b1e5112e9de9e44cc60149709829 (diff)
downloadscummvm-rg350-9c77c2ecd1beb3026df8249c5aed271616bc6449.tar.gz
scummvm-rg350-9c77c2ecd1beb3026df8249c5aed271616bc6449.tar.bz2
scummvm-rg350-9c77c2ecd1beb3026df8249c5aed271616bc6449.zip
Renamed various *GameSettings to GameSettings (our namespaces are enough to distinguish them)
svn-id: r21684
Diffstat (limited to 'engines/scumm/plugin.h')
-rw-r--r--engines/scumm/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/plugin.h b/engines/scumm/plugin.h
index 13346c4058..59c30f5824 100644
--- a/engines/scumm/plugin.h
+++ b/engines/scumm/plugin.h
@@ -30,7 +30,7 @@
* Descriptor of a specific SCUMM game. Used internally to store
* information about the tons of game variants that exist.
*/
-struct ScummGameSettings {
+struct GameSettings {
const char *gameid;
const char *variant;
byte id, version, heversion;