aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/mpal.h
diff options
context:
space:
mode:
authorStrangerke2012-09-06 00:23:59 +0200
committerStrangerke2012-09-06 00:23:59 +0200
commit25f4a3fb0838a8ed658e76eabd78f3ce2f5661e6 (patch)
treee61e8b68b883b1fe72994931f7be30f1a07f9145 /engines/tony/mpal/mpal.h
parentf1819d8658bf58b20e968b9309374b6ffbb135e7 (diff)
downloadscummvm-rg350-25f4a3fb0838a8ed658e76eabd78f3ce2f5661e6.tar.gz
scummvm-rg350-25f4a3fb0838a8ed658e76eabd78f3ce2f5661e6.tar.bz2
scummvm-rg350-25f4a3fb0838a8ed658e76eabd78f3ce2f5661e6.zip
TONY: Misc cleanup
Diffstat (limited to 'engines/tony/mpal/mpal.h')
-rw-r--r--engines/tony/mpal/mpal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tony/mpal/mpal.h b/engines/tony/mpal/mpal.h
index c5f505063f..5e1b02b3fc 100644
--- a/engines/tony/mpal/mpal.h
+++ b/engines/tony/mpal/mpal.h
@@ -102,6 +102,8 @@ namespace MPAL {
#define MAXPATTERN 40 // pattern of animation of an object
#define MAXPOLLINGLOCATIONS 64
+#define GETARG(type) va_arg(v, type)
+
/**
* Macro for use with queries that may refer to X and Y co-ordinates
*/