aboutsummaryrefslogtreecommitdiff
path: root/common/util.h
diff options
context:
space:
mode:
authorStrangerke2011-11-16 22:38:58 +0100
committerStrangerke2011-11-16 22:38:58 +0100
commitbab4b6f7295f6fb960ebbf44b009bd6adbd0d33e (patch)
tree1a264224894bb9bfd141ff2ccc519a0f04266f52 /common/util.h
parentd608c079447c64255e4e27d44a7dc843cf5f6407 (diff)
downloadscummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.tar.gz
scummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.tar.bz2
scummvm-rg350-bab4b6f7295f6fb960ebbf44b009bd6adbd0d33e.zip
LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)
Diffstat (limited to 'common/util.h')
-rw-r--r--common/util.h1
1 files changed, 1 insertions, 0 deletions
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<typename T> 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)