summaryrefslogtreecommitdiff
path: root/py/mpqstrraw.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-09 13:55:55 -0800
committerDamien George <damien.p.george@gmail.com>2014-01-09 13:55:55 -0800
commitbe842973b01acd2b0e877fb9c75ba806da8f96b3 (patch)
treeb7f878f79c5e026a4711f71ca714a6f5c509f177 /py/mpqstrraw.h
parentf09e90316c4eb904ec312f3d30e45248ca6dc38c (diff)
parent7b0f39f318f45b1c51bf81307aa641bcda882911 (diff)
Merge pull request #123 from xbe/master
Implement str.strip
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 e44df5ad1..e4404a36f 100644
--- a/py/mpqstrraw.h
+++ b/py/mpqstrraw.h
@@ -65,4 +65,5 @@ Q(append)
Q(pop)
Q(sort)
Q(join)
+Q(strip)
Q(format)