diff options
Diffstat (limited to 'common/gui_options.h')
| -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 6c1aa2fdcd..0813ff1216 100644 --- a/common/gui_options.h +++ b/common/gui_options.h @@ -75,6 +75,7 @@ #define GUIO_GAMEOPTIONS8 "\057" #define GUIO_GAMEOPTIONS9 "\060" #define GUIO_GAMEOPTIONS10 "\061" +#define GUIO_GAMEOPTIONS11 "\062" #define GUIO0() (GUIO_NONE) #define GUIO1(a) (a) @@ -85,6 +86,7 @@ #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) +#define GUIO9(a,b,c,d,e,f,g,h,i) (a b c d e f g h i) namespace Common { |
