diff options
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 { |