diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-09 13:55:55 -0800 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-09 13:55:55 -0800 |
commit | be842973b01acd2b0e877fb9c75ba806da8f96b3 (patch) | |
tree | b7f878f79c5e026a4711f71ca714a6f5c509f177 /py/mpqstrraw.h | |
parent | f09e90316c4eb904ec312f3d30e45248ca6dc38c (diff) | |
parent | 7b0f39f318f45b1c51bf81307aa641bcda882911 (diff) |
Merge pull request #123 from xbe/master
Implement str.strip
Diffstat (limited to 'py/mpqstrraw.h')
-rw-r--r-- | py/mpqstrraw.h | 1 |
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) |