aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/irrlicht-1.8/source/Irrlicht/zlib/zlib.map
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-01-13 19:47:58 +1000
committerDavid Walter Seikel2014-01-13 19:47:58 +1000
commitf9158592e1478b2013afc7041d9ed041cf2d2f4a (patch)
treeb16e389d7988700e21b4c9741044cefa536dcbae /libraries/irrlicht-1.8/source/Irrlicht/zlib/zlib.map
parentLibraries readme updated with change markers and more of the Irrlicht changes. (diff)
downloadSledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.zip
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.gz
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.bz2
SledjHamr-f9158592e1478b2013afc7041d9ed041cf2d2f4a.tar.xz
Update Irrlicht to 1.8.1. Include actual change markers this time. lol
Diffstat (limited to 'libraries/irrlicht-1.8/source/Irrlicht/zlib/zlib.map')
-rw-r--r--libraries/irrlicht-1.8/source/Irrlicht/zlib/zlib.map78
1 files changed, 0 insertions, 78 deletions
diff --git a/libraries/irrlicht-1.8/source/Irrlicht/zlib/zlib.map b/libraries/irrlicht-1.8/source/Irrlicht/zlib/zlib.map
deleted file mode 100644
index 771f420..0000000
--- a/libraries/irrlicht-1.8/source/Irrlicht/zlib/zlib.map
+++ /dev/null
@@ -1,78 +0,0 @@
1ZLIB_1.2.0 {
2 global:
3 compressBound;
4 deflateBound;
5 inflateBack;
6 inflateBackEnd;
7 inflateBackInit_;
8 inflateCopy;
9 local:
10 deflate_copyright;
11 inflate_copyright;
12 inflate_fast;
13 inflate_table;
14 zcalloc;
15 zcfree;
16 z_errmsg;
17 gz_error;
18 gz_intmax;
19 _*;
20};
21
22ZLIB_1.2.0.2 {
23 gzclearerr;
24 gzungetc;
25 zlibCompileFlags;
26} ZLIB_1.2.0;
27
28ZLIB_1.2.0.8 {
29 deflatePrime;
30} ZLIB_1.2.0.2;
31
32ZLIB_1.2.2 {
33 adler32_combine;
34 crc32_combine;
35 deflateSetHeader;
36 inflateGetHeader;
37} ZLIB_1.2.0.8;
38
39ZLIB_1.2.2.3 {
40 deflateTune;
41 gzdirect;
42} ZLIB_1.2.2;
43
44ZLIB_1.2.2.4 {
45 inflatePrime;
46} ZLIB_1.2.2.3;
47
48ZLIB_1.2.3.3 {
49 adler32_combine64;
50 crc32_combine64;
51 gzopen64;
52 gzseek64;
53 gztell64;
54 inflateUndermine;
55} ZLIB_1.2.2.4;
56
57ZLIB_1.2.3.4 {
58 inflateReset2;
59 inflateMark;
60} ZLIB_1.2.3.3;
61
62ZLIB_1.2.3.5 {
63 gzbuffer;
64 gzoffset;
65 gzoffset64;
66 gzclose_r;
67 gzclose_w;
68} ZLIB_1.2.3.4;
69
70ZLIB_1.2.5.1 {
71 deflatePending;
72} ZLIB_1.2.3.5;
73
74ZLIB_1.2.5.2 {
75 deflateResetKeep;
76 gzgetc_;
77 inflateResetKeep;
78} ZLIB_1.2.5.1;