summaryrefslogtreecommitdiffstatshomepage
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r--py/mpqstrraw.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/mpqstrraw.h b/py/mpqstrraw.h
index 06f83ddf09..356c911238 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -42,7 +42,9 @@ Q(chr)
Q(complex)
Q(dict)
Q(divmod)
+Q(enumerate)
Q(eval)
+Q(filter)
Q(float)
Q(hash)
Q(int)
@@ -51,6 +53,7 @@ Q(issubclass)
Q(iter)
Q(len)
Q(list)
+Q(map)
Q(max)
Q(min)
Q(next)