~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to extern/recastnavigation/recast-capi.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-02-19 11:24:23 UTC
  • mfrom: (14.2.23 sid)
  • Revision ID: package-import@ubuntu.com-20140219112423-rkmaz2m7ha06d4tk
Tags: 2.69-3ubuntu1
* Merge with Debian; remaining changes:
  - Configure without OpenImageIO on armhf, as it is not available on
    Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
 
128
128
unsigned int *recast_polyMeshDetailGetMeshes(struct recast_polyMeshDetail *mesh, int *nmeshes);
129
129
 
130
 
/* utility function: quick sort reentrant */
131
 
typedef int     recast_cmp_t(void *ctx, const void *a, const void *b);
132
 
 
133
 
void recast_qsort(void *a, size_t n, size_t es, void *thunk, recast_cmp_t *cmp);
134
 
 
135
130
#ifdef __cplusplus
136
131
}
137
132
#endif