0ad/source/collada/GeomReindex.h
Ykkrosh b5403bcfc7 # Conversion of skeleton animations from COLLADA
This was SVN commit r4725.
2006-12-26 22:43:09 +00:00

9 lines
208 B
C++

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