Ryan C. Gordon
2011-05-08 786dff68e524579bd393ff7474ce7b9cd608bdb6

Added mojodds.h

1 files added
14 ■■■■■ changed files
mojodds.h 14 ●●●●● patch | view | raw | blame | history
mojodds.h
New file
@@ -0,0 +1,14 @@
#ifndef _INCL_MOJODDS_H_
#define _INCL_MOJODDS_H_
/* !!! FIXME: flesh this file out. */
int MOJODDS_getTexture(const void *_ptr, const unsigned long _len,
                       const void **_tex, unsigned long *_texlen, int *_dxtver,
                       unsigned int *_w, unsigned int *_h);
#endif
/* end of mojodds.h ... */