From 4b2ca672f0ecc505f62736e8b08f0018ceacea06 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 29 Feb 2012 17:06:13 +0100 Subject: KYRA: Add per-game GUI option support. --- common/gui_options.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') 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 { -- cgit v1.2.3