1
0
forked from 0ad/0ad
0ad/source/collada/GeomReindex.h
janwas b755ddefda remove all author/modified by tags.
make include guards consistent.

This was SVN commit r5040.
2007-05-07 16:33:24 +00:00

10 lines
223 B
C++

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