Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 465 Bytes

mojodds.h

File metadata and controls

21 lines (15 loc) · 465 Bytes
 
May 8, 2011
May 8, 2011
1
2
3
4
#ifndef _INCL_MOJODDS_H_
#define _INCL_MOJODDS_H_
/* !!! FIXME: flesh this file out. */
May 9, 2011
May 9, 2011
5
6
7
#ifdef __cplusplus
extern "C" {
#endif
May 8, 2011
May 8, 2011
8
May 9, 2011
May 9, 2011
9
int MOJODDS_isDDS(const void *_ptr, const unsigned long _len);
May 8, 2011
May 8, 2011
10
11
12
13
int MOJODDS_getTexture(const void *_ptr, const unsigned long _len,
const void **_tex, unsigned long *_texlen, int *_dxtver,
unsigned int *_w, unsigned int *_h);
May 9, 2011
May 9, 2011
14
15
#ifdef __cplusplus
}
May 8, 2011
May 8, 2011
16
17
#endif
May 9, 2011
May 9, 2011
18
#endif
May 8, 2011
May 8, 2011
19
May 9, 2011
May 9, 2011
20
/* end of mojodds.h ... */