0ad/source/collada/GeomReindex.h

10 lines
223 B
C
Raw Normal View History

#ifndef INCLUDED_GEOMREINDEX
#define INCLUDED_GEOMREINDEX
class FCDGeometryPolygons;
class FCDSkinController;
void ReindexGeometry(FCDGeometryPolygons* polys, FCDSkinController* skin = 0);
#endif // INCLUDED_GEOMREINDEX