Skip to content

Commit

Permalink
Added mojodds.h
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 8, 2011
1 parent b4e365a commit 786dff6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mojodds.h
@@ -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 ... */


0 comments on commit 786dff6

Please sign in to comment.