diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-02-02 02:57:35 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-02-02 02:57:35 +0200 |
commit | 3d626b2dabfb581fb40d498f65d12dbf936b2b71 (patch) | |
tree | ea33171233f4d3f9bf76b765f65fe99c82057e52 /tools/tmxcopy/zlibutils.h | |
parent | 954ceb91ddd94985594996d6d3c50be7b5652626 (diff) | |
download | plus-3d626b2dabfb581fb40d498f65d12dbf936b2b71.tar.gz plus-3d626b2dabfb581fb40d498f65d12dbf936b2b71.tar.bz2 plus-3d626b2dabfb581fb40d498f65d12dbf936b2b71.tar.xz plus-3d626b2dabfb581fb40d498f65d12dbf936b2b71.zip |
Remove tools from client.
Tools moved to evol-tools repository. http://www.gitorious.org/evol/evol-tools
Diffstat (limited to 'tools/tmxcopy/zlibutils.h')
-rw-r--r-- | tools/tmxcopy/zlibutils.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/tmxcopy/zlibutils.h b/tools/tmxcopy/zlibutils.h deleted file mode 100644 index 300c72ad9..000000000 --- a/tools/tmxcopy/zlibutils.h +++ /dev/null @@ -1,11 +0,0 @@ -int -inflateMemory(unsigned char *in, unsigned int inLength, - unsigned char *&out, unsigned int &outLength); - -int -inflateMemory(unsigned char *in, unsigned int inLength, - unsigned char *&out); - -int -compressMemory(unsigned char *in, unsigned int inLength, - unsigned char *&out, unsigned int &outLength); |