mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
9 lines
223 B
C++
9 lines
223 B
C++
#ifndef INCLUDED_GEOMREINDEX
|
|
#define INCLUDED_GEOMREINDEX
|
|
|
|
class FCDGeometryPolygons;
|
|
class FCDSkinController;
|
|
|
|
void ReindexGeometry(FCDGeometryPolygons* polys, FCDSkinController* skin = 0);
|
|
|
|
#endif // INCLUDED_GEOMREINDEX
|