From bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 16 Nov 2011 22:38:58 +0100 Subject: LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) --- common/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/util.h b/common/util.h index f8d4c3b385..c9ff83c1cf 100644 --- a/common/util.h +++ b/common/util.h @@ -101,6 +101,7 @@ template inline void SWAP(T &a, T &b) { T tmp = a; a = b; b = tmp; } #define GUIO_NOASPECT "\021" #define GUIO_EGAUNDITHER "\022" +#define GUIO0() (GUIO_NONE) #define GUIO1(a) (a) #define GUIO2(a,b) (a b) #define GUIO3(a,b,c) (a b c) -- cgit v1.2.3