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