equal
deleted
inserted
replaced
6 extern "C" { |
6 extern "C" { |
7 #endif |
7 #endif |
8 |
8 |
9 int MOJODDS_isDDS(const void *_ptr, const unsigned long _len); |
9 int MOJODDS_isDDS(const void *_ptr, const unsigned long _len); |
10 int MOJODDS_getTexture(const void *_ptr, const unsigned long _len, |
10 int MOJODDS_getTexture(const void *_ptr, const unsigned long _len, |
11 const void **_tex, unsigned long *_texlen, int *_dxtver, |
11 const void **_tex, unsigned long *_texlen, |
12 unsigned int *_w, unsigned int *_h); |
12 unsigned int *_glfmt, unsigned int *_w, |
|
13 unsigned int *_h); |
13 |
14 |
14 #ifdef __cplusplus |
15 #ifdef __cplusplus |
15 } |
16 } |
16 #endif |
17 #endif |
17 |
18 |