diff options
author | Johannes Schickel | 2012-02-29 17:06:13 +0100 |
---|---|---|
committer | Johannes Schickel | 2012-03-19 21:04:29 +0100 |
commit | 4b2ca672f0ecc505f62736e8b08f0018ceacea06 (patch) | |
tree | cc274e6974285286113ae88017d75e34d36b1a06 /common | |
parent | 82ab3056fa52f78309ae3271114dbec28ceb9684 (diff) | |
download | scummvm-rg350-4b2ca672f0ecc505f62736e8b08f0018ceacea06.tar.gz scummvm-rg350-4b2ca672f0ecc505f62736e8b08f0018ceacea06.tar.bz2 scummvm-rg350-4b2ca672f0ecc505f62736e8b08f0018ceacea06.zip |
KYRA: Add per-game GUI option support.
Diffstat (limited to 'common')
-rw-r--r-- | common/gui_options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/gui_options.h b/common/gui_options.h index 1ea2b777d0..774e57e133 100644 --- a/common/gui_options.h +++ b/common/gui_options.h @@ -73,6 +73,8 @@ #define GUIO4(a,b,c,d) (a b c d) #define GUIO5(a,b,c,d,e) (a b c d e) #define GUIO6(a,b,c,d,e,f) (a b c d e f) +#define GUIO7(a,b,c,d,e,f,g) (a b c d e f g) +#define GUIO8(a,b,c,d,e,f,g,h) (a b c d e f g h) namespace Common { |