summaryrefslogtreecommitdiff
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-15 22:14:03 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-15 22:14:03 +0000
commitd02c6d896292d585ba2a46c194cfe00da33a2a72 (patch)
treef8b20e6dee9ffa961120162710b413d265f77152 /py/mpqstrraw.h
parente2fb2baaa48ef6da317a533b5d168b1ab0fcefe8 (diff)
Implement eval.
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index 3ee569aec..06f83ddf0 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -42,6 +42,7 @@ Q(chr)
Q(complex)
Q(dict)
Q(divmod)
+Q(eval)
Q(float)
Q(hash)
Q(int)